Newman Run Dashboard

Wednesday, 14 January 2026 07:25:57
Total Iterations

3

Total Assertions

198

Total Failed Tests

30

Total Skipped Tests

0


File Information
Collection: Inwarranty-flow collection Copy
Environment: QA
Timings and Data
Total run duration: 39.5s
Total data received: 3.07MB
Average response time: 231ms
Summary Item Total Failed
Requests 162 3
Prerequest Scripts 189 0
Test Scripts 237 3
Assertions 198 24
Skipped Tests 0 -



Showing 30 Failures

Failed Test: Verify the resposne time is below 400ms

Assertion Error Message
expected 452 to be below 400
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 401
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 401
Failed Test: Verify correct error status is shown

Assertion Error Message
expected 500 to equal 400
Failed Test: Security:Veirfy if passowrd field is not present in the response

Assertion Error Message
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify status code is 401

Assertion Error Message
expected response to have status code 403 but got 200
Failed Test: Verify if the status code is 403

Assertion Error Message
expected response to have status code 403 but got 500
Failed Test: Verify if the status code is 400

Assertion Error Message
expected response to have status code 400 but got 500
Failed Test: Check if the count for the created jobs today is greater than the old value

Assertion Error Message
the argument to above must be a number
Failed Test:

Assertion Error Message
runtime:extensions~request: request url is empty


There are no skipped tests



3 Iterations available to view
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 452ms
Mean size per request: 690B

Test Pass Percentage
80 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e841c964-b26a-431a-a047-3a810879b942
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-9rCttvTDU4C+e5j3ALV5VRW+Bmk"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 0 1 0
Total 4 1 0
Test Failure
Test NameAssertion Error
Verify the resposne time is below 400ms
expected 452 to be below 400
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 222ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d0c5737c-9eca-417e-b5c7-d145c356fc04
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:18 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 218ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader iamfd
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99605896-7124-4c3d-862e-140bd587a159
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9b1932f7-4834-4101-915d-d4f59befa234
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token fa8dec13-60cd-4b87-bcb2-ed5545f93a13
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8a50c982-6546-4b37-8c3d-0c54bae92f7d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:19 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3bb4258c-bc31-4212-b826-a98d5cfdf245
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Dgmmkn74VCFMZaKRGA4bAe5VUio"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":374},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a3d0ac77-a7d7-4d51-835a-579bd1b8e23e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 712925c5-7e2d-4489-a0d8-abe9aa96a509
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-Dgmmkn74VCFMZaKRGA4bAe5VUio"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":374},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1754d840-8b23-4f5d-9862-f6c6ef2fcdf4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:20 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 215ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 982bf7cf-9595-4609-8ddd-2f7e77580fe0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 60f9a2be-4e32-4113-8df6-a7766a661fdf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 261ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
randomnumber 259
randomFirstName William
randomLastName Schaefer
randomEmail Calista7@yahoo.com
randomPhone 546-826-9477
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token dff38fe0-4911-42cf-9120-27f10e9d0ba4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1056
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Eugenia",
                "last_name": "Konopelski",
                "mobile_number": "275-461-2835",
                "mobile_number_alt": "",
                "email_id": "Seth.Kuhn@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"20592900893100",
                "imei1": "20592900893100",
                "imei2": "20592900893100",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-u7Fn54DcbbMEuKSkqYT81zcdiiI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":154216,"tr_customer_product_id":154206,"job_number":"JOB_154199"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 215ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
randomnumber 772
randomFirstName Muriel
randomLastName Swaniawski
randomEmail Adriel.McClure@hotmail.com
randomPhone 752-511-5355
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 563105cb-b2ee-42b6-bc59-82f22c42983f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1052
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kylee",
                "last_name": "Mueller",
                "mobile_number": "459-604-7307",
                "mobile_number_alt": "",
                "email_id": "Julian.Kuhic@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"96725813295567",
                "imei1": "96725813295567",
                "imei2": "96725813295567",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:21 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization
randomnumber 446
randomFirstName Demarcus
randomLastName Jones
randomEmail Reggie.Cronin26@hotmail.com
randomPhone 796-613-3825
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 19f665f3-07e8-41e7-a318-76acfd00f9e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Destinee",
                "last_name": "Grant",
                "mobile_number": "746-752-2070",
                "mobile_number_alt": "",
                "email_id": "Sierra.Bergnaum60@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"91156402648930",
                "imei1": "91156402648930",
                "imei2": "91156402648930",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 401
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 216ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
randomnumber 951
randomFirstName Berniece
randomLastName Jenkins
randomEmail Brody61@gmail.com
randomPhone 724-838-2658
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a94f4dfc-b555-4a02-a523-510148bc20f0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 217ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
randomnumber 263
randomFirstName Chris
randomLastName Towne
randomEmail Flavio.Bogisich31@hotmail.com
randomPhone 303-274-6746
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token be6b3aea-2c5a-4318-bb3e-e51ce6274d4a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1038
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Cary",
                "last_name": "Watsica",
                "mobile_number": "403-996-6738",
                "mobile_number_alt": "",
                "email_id": "Candelario_Toy@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000422",
                "imei1": "100000422",
                "imei2": "100000422",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 215ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
randomnumber 432
randomFirstName Jane
randomLastName Wolf
randomEmail Fernando_Rath3@yahoo.com
randomPhone 583-887-8108
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5c5461fa-7777-4be9-ba9e-cd984927f390
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:22 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5ba2acd7-33f6-4a43-9917-d5733d080ec8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-MyUzOdKNXdkX1qTZBbN08CdjlWc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":375},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 497ms
Mean size per request: 363.69KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 149c757c-deb6-4e10-9fef-04f8d176e373
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5aec6-3misY+xeOSkxdfnVdiTyKmA95/Q"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:24.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154091,"job_number":"JOB_154091","tr_customer_id":154108,"tr_customer_product_id":154098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:18:06.000Z","name":"Daija Von","mobile_number":"322-310-2307","email_id":"Declan.Funk@yahoo.com","dop":"2025-04-06","serial_number":"13889772195585","imei1":"13889772195585","imei2":"13889772195585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154107,"job_number":"JOB_154107","tr_customer_id":154124,"tr_customer_product_id":154114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:43.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11626896903705","imei1":"11626896903705","imei2":"11626896903705","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154109,"job_number":"JOB_154109","tr_customer_id":154126,"tr_customer_product_id":154116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:24:09.000Z","name":"Reva Gleichner","mobile_number":"857-563-0011","email_id":"Gennaro.Crist28@hotmail.com","dop":"2025-06-18","serial_number":"10332046478949","imei1":"10332046478949","imei2":"10332046478949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154113,"job_number":"JOB_154113","tr_customer_id":154130,"tr_customer_product_id":154120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:58.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10585837085856","imei1":"10585837085856","imei2":"10585837085856","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154116,"job_number":"JOB_154116","tr_customer_id":154133,"tr_customer_product_id":154123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:04.000Z","modified_at":"2026-01-14T06:24:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13524504839883","imei1":"13524504839883","imei2":"13524504839883","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154118,"job_number":"JOB_154118","tr_customer_id":154135,"tr_customer_product_id":154125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:49.000Z","name":"Mollie Doyle","mobile_number":"231-246-9135","email_id":"Carolanne_Parisian33@hotmail.com","dop":"2025-06-18","serial_number":"10199391529659","imei1":"10199391529659","imei2":"10199391529659","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154121,"job_number":"JOB_154121","tr_customer_id":154138,"tr_customer_product_id":154128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:27.000Z","modified_at":"2026-01-14T06:27:06.000Z","name":"Lilly Heller","mobile_number":"215-284-6151","email_id":"Elliott33@hotmail.com","dop":"2025-04-06","serial_number":"17395068759147","imei1":"17395068759147","imei2":"17395068759147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154124,"job_number":"JOB_154124","tr_customer_id":154141,"tr_customer_product_id":154131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:54.000Z","name":"Gregorio Cummerata","mobile_number":"509-850-4612","email_id":"Cathryn_Jenkins26@gmail.com","dop":"2025-04-06","serial_number":"14034102614125","imei1":"14034102614125","imei2":"14034102614125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154127,"job_number":"JOB_154127","tr_customer_id":154144,"tr_customer_product_id":154134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:46.000Z","name":"Darius Gibson","mobile_number":"522-641-7991","email_id":"Sanford.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"13919490022379","imei1":"13919490022379","imei2":"13919490022379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154131,"job_number":"JOB_154131","tr_customer_id":154148,"tr_customer_product_id":154138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"Simeon Russel","mobile_number":"510-612-1016","email_id":"Dennis78@gmail.com","dop":"2025-04-06","serial_number":"11250569492197","imei1":"11250569492197","imei2":"11250569492197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154136,"job_number":"JOB_154136","tr_customer_id":154153,"tr_customer_product_id":154143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:30:14.000Z","name":"Cecil Block","mobile_number":"693-829-2977","email_id":"Lorenz.Purdy91@yahoo.com","dop":"2025-04-06","serial_number":"12142990971902","imei1":"12142990971902","imei2":"12142990971902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154139,"job_number":"JOB_154139","tr_customer_id":154156,"tr_customer_product_id":154146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:22.000Z","modified_at":"2026-01-14T06:30:59.000Z","name":"Lamar Quitzon","mobile_number":"200-675-6834","email_id":"Kristopher54@yahoo.com","dop":"2025-04-06","serial_number":"14855572082858","imei1":"14855572082858","imei2":"14855572082858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154141,"job_number":"JOB_154141","tr_customer_id":154158,"tr_customer_product_id":154148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:25.000Z","modified_at":"2026-01-14T06:33:59.000Z","name":"Bette Terry","mobile_number":"859-769-4755","email_id":"Emmalee.Cummerata84@yahoo.com","dop":"2025-04-06","serial_number":"17660785730277","imei1":"17660785730277","imei2":"17660785730277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154144,"job_number":"JOB_154144","tr_customer_id":154161,"tr_customer_product_id":154151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:08.000Z","modified_at":"2026-01-14T06:34:42.000Z","name":"Ana Quitzon","mobile_number":"947-875-0473","email_id":"Laury_Spinka54@gmail.com","dop":"2025-04-06","serial_number":"16369899455816","imei1":"16369899455816","imei2":"16369899455816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154147,"job_number":"JOB_154147","tr_customer_id":154164,"tr_customer_product_id":154154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:15.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Cristobal Thiel","mobile_number":"994-427-9066","email_id":"Adrian10@yahoo.com","dop":"2000-01-31","serial_number":"10221139667662","imei1":"10221139667662","imei2":"10221139667662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154150,"job_number":"JOB_154150","tr_customer_id":154167,"tr_customer_product_id":154157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:35:22.000Z","name":"Nedra Mante","mobile_number":"529-898-6102","email_id":"Helena_Smith80@hotmail.com","dop":"2025-04-06","serial_number":"15611308934794","imei1":"15611308934794","imei2":"15611308934794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154153,"job_number":"JOB_154153","tr_customer_id":154170,"tr_customer_product_id":154160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:57.000Z","modified_at":"2026-01-14T06:35:31.000Z","name":"Olga Konopelski","mobile_number":"970-840-3586","email_id":"Eulalia39@gmail.com","dop":"2000-01-31","serial_number":"10227541627572","imei1":"10227541627572","imei2":"10227541627572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154156,"job_number":"JOB_154156","tr_customer_id":154173,"tr_customer_product_id":154163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:29.000Z","modified_at":"2026-01-14T06:36:05.000Z","name":"Shanie Hansen","mobile_number":"383-980-9180","email_id":"Douglas79@hotmail.com","dop":"2025-04-06","serial_number":"17341227724287","imei1":"17341227724287","imei2":"17341227724287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154159,"job_number":"JOB_154159","tr_customer_id":154176,"tr_customer_product_id":154166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:36:13.000Z","name":"Miguel Kreiger","mobile_number":"977-831-6455","email_id":"Jovani.Shields@gmail.com","dop":"2000-01-31","serial_number":"10827754416272","imei1":"10827754416272","imei2":"10827754416272","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154162,"job_number":"JOB_154162","tr_customer_id":154179,"tr_customer_product_id":154169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:36:18.000Z","name":"Maeve Jerde","mobile_number":"920-290-8389","email_id":"Gilbert.Sporer@hotmail.com","dop":"2025-04-06","serial_number":"12743996783609","imei1":"12743996783609","imei2":"12743996783609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154165,"job_number":"JOB_154165","tr_customer_id":154182,"tr_customer_product_id":154172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:55.000Z","name":"Liana Gulgowski","mobile_number":"239-450-4917","email_id":"Jamey.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10298454519988","imei1":"10298454519988","imei2":"10298454519988","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154168,"job_number":"JOB_154168","tr_customer_id":154185,"tr_customer_product_id":154175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:37:04.000Z","name":"Madisyn Nicolas","mobile_number":"350-595-6146","email_id":"Faustino.Pollich27@yahoo.com","dop":"2025-04-06","serial_number":"17915228484757","imei1":"17915228484757","imei2":"17915228484757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154171,"job_number":"JOB_154171","tr_customer_id":154188,"tr_customer_product_id":154178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:15.000Z","modified_at":"2026-01-14T06:37:56.000Z","name":"Tomas Haag","mobile_number":"868-257-5554","email_id":"Isaac46@yahoo.com","dop":"2025-04-06","serial_number":"10463176650217","imei1":"10463176650217","imei2":"10463176650217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154174,"job_number":"JOB_154174","tr_customer_id":154191,"tr_customer_product_id":154181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:54.000Z","name":"Viva Kessler","mobile_number":"765-768-5540","email_id":"Kayleigh_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"17467492840027","imei1":"17467492840027","imei2":"17467492840027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154177,"job_number":"JOB_154177","tr_customer_id":154194,"tr_customer_product_id":154184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:37.000Z","name":"Amira Smith","mobile_number":"642-704-8941","email_id":"Myra74@yahoo.com","dop":"2025-04-06","serial_number":"19237423963941","imei1":"19237423963941","imei2":"19237423963941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154179,"job_number":"JOB_154179","tr_customer_id":154196,"tr_customer_product_id":154186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:24.000Z","modified_at":"2026-01-14T06:42:00.000Z","name":"Sven Dach","mobile_number":"750-768-4719","email_id":"Earnestine26@hotmail.com","dop":"2025-04-06","serial_number":"17024420905663","imei1":"17024420905663","imei2":"17024420905663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154182,"job_number":"JOB_154182","tr_customer_id":154199,"tr_customer_product_id":154189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:42:19.000Z","name":"Tod Zemlak","mobile_number":"664-656-6633","email_id":"Floy85@hotmail.com","dop":"2025-04-06","serial_number":"14072984813457","imei1":"14072984813457","imei2":"14072984813457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154184,"job_number":"JOB_154184","tr_customer_id":154201,"tr_customer_product_id":154191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:55.000Z","modified_at":"2026-01-14T06:42:40.000Z","name":"Cristal Daugherty","mobile_number":"261-234-6632","email_id":"Zane_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"19864832230161","imei1":"19864832230161","imei2":"19864832230161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154187,"job_number":"JOB_154187","tr_customer_id":154204,"tr_customer_product_id":154194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:32.000Z","name":"Dixie Quigley","mobile_number":"874-646-6553","email_id":"Morris_Schaden@gmail.com","dop":"2025-04-06","serial_number":"11720591410960","imei1":"11720591410960","imei2":"11720591410960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154188,"job_number":"JOB_154188","tr_customer_id":154205,"tr_customer_product_id":154195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:34.000Z","name":"Karson Kutch","mobile_number":"684-528-8087","email_id":"Kamren_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10032841181157","imei1":"10032841181157","imei2":"10032841181157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154192,"job_number":"JOB_154192","tr_customer_id":154209,"tr_customer_product_id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:50:10.000Z","name":"Carlie Boehm","mobile_number":"937-577-3138","email_id":"Jan_Bailey@hotmail.com","dop":"2025-04-06","serial_number":"16591221266619","imei1":"16591221266619","imei2":"16591221266619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154195,"job_number":"JOB_154195","tr_customer_id":154212,"tr_customer_product_id":154202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:47.000Z","name":"Johnny Rath","mobile_number":"257-680-9169","email_id":"Yasmeen.Kunde68@yahoo.com","dop":"2025-04-06","serial_number":"14319025814076","imei1":"14319025814076","imei2":"14319025814076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154197,"job_number":"JOB_154197","tr_customer_id":154214,"tr_customer_product_id":154204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:09.000Z","modified_at":"2026-01-14T07:00:48.000Z","name":"Marlen Wilderman","mobile_number":"793-997-4718","email_id":"Billie38@gmail.com","dop":"2025-04-06","serial_number":"13835497114860","imei1":"13835497114860","imei2":"13835497114860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:08.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154089,"job_number":"JOB_154089","tr_customer_id":154106,"tr_customer_product_id":154096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:07.000Z","modified_at":"2026-01-14T06:17:30.000Z","name":"Trey Larson","mobile_number":"398-927-9041","email_id":"Rita.Lockman@yahoo.com","dop":"2025-10-01","serial_number":"17086184724603","imei1":"17086184724603","imei2":"17086184724603","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154094,"job_number":"JOB_154094","tr_customer_id":154111,"tr_customer_product_id":154101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:15.000Z","name":"Lane Sipes","mobile_number":"504-390-7833","email_id":"Daniela.Homenick@hotmail.com","dop":"2025-06-09","serial_number":"104192624531284","imei1":"104192624531284","imei2":"104192624531284","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154097,"job_number":"JOB_154097","tr_customer_id":154114,"tr_customer_product_id":154104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:29.000Z","name":"Elizabeth Luettgen","mobile_number":"934-412-3780","email_id":"Hollis_Johnston33@hotmail.com","dop":"2025-06-09","serial_number":"102291455033185","imei1":"102291455033185","imei2":"102291455033185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154100,"job_number":"JOB_154100","tr_customer_id":154117,"tr_customer_product_id":154107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:43.000Z","name":"Andrew VonRueden","mobile_number":"716-262-1040","email_id":"Anastasia_Reichel17@gmail.com","dop":"2025-06-09","serial_number":"106703606040391","imei1":"106703606040391","imei2":"106703606040391","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154102,"job_number":"JOB_154102","tr_customer_id":154119,"tr_customer_product_id":154109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:32.000Z","modified_at":"2026-01-14T06:21:43.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"89312230929787","imei1":"89312230929787","imei2":"89312230929787","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154103,"job_number":"JOB_154103","tr_customer_id":154120,"tr_customer_product_id":154110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:47.000Z","modified_at":"2026-01-14T06:21:58.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"13531816808550","imei1":"13531816808550","imei2":"13531816808550","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154104,"job_number":"JOB_154104","tr_customer_id":154121,"tr_customer_product_id":154111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:22:02.000Z","modified_at":"2026-01-14T06:22:13.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"80938111541625","imei1":"80938111541625","imei2":"80938111541625","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154129,"job_number":"JOB_154129","tr_customer_id":154146,"tr_customer_product_id":154136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:48.000Z","modified_at":"2026-01-14T06:28:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"71423107519664","imei1":"71423107519664","imei2":"71423107519664","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154133,"job_number":"JOB_154133","tr_customer_id":154150,"tr_customer_product_id":154140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:03.000Z","modified_at":"2026-01-14T06:29:13.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"79074489651727","imei1":"79074489651727","imei2":"79074489651727","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154134,"job_number":"JOB_154134","tr_customer_id":154151,"tr_customer_product_id":154141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:18.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"28655533978288","imei1":"28655533978288","imei2":"28655533978288","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:21.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6399b5a4-9f82-4a20-a009-a947d115b05f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:23 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154199
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d209c03-5b3c-4b7a-85e4-0d81fc54661d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8c533772-9d54-437e-93db-c6dca46ed8b2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-c/EE7bEC4dWCBNCmsf+tdGY8iZU"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 17fffde4-b342-4564-9a5d-a449b23e007d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 27722905-ac92-41c3-8c9b-9283164b0015
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-1aRajxhoF1iIGL9PEmPD9mFk/xY"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:24 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":263},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 255.65KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5b7185fc-c78f-47a2-a7f3-6c37584c9359
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3fe9b-ZSytLWP2sCcX5p4yTqiQNuv3njM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:21.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:25:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 69b680db-142e-40d1-895e-544f7d177437
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 704990c2-ee31-433c-93ff-853e0e0e7556
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 154199,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 252ms
Mean size per request: 254.68KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bfa3dde1-14ed-4e60-a9ea-e7bdb97d3fd0
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3fab7-aFWE17Y92kccKsQlfSIKPq53YGo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:25 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 02369813-3d67-4b15-9143-cb52c53ada8d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-gKR72FHbGjF7gbm3rHhuPrxFBYY"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0d45b986-ff88-433b-bcd1-12273c41114b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 232ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2d6da09b-97a2-40f2-8e33-d311f92270f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-B4ImLkh9sqLZdxB58Fbw8ny4PpY"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":122}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 1011B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 658a3f22-f435-42fa-a940-4ac160ad6dbb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1011
ETag W/"3f3-bVtRqqQ93CBSqR8PklebdA1uEBU"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:25.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T07:25:25.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 26c1d915-c200-482a-a7cc-969f5cc3154a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:26 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 13701f40-6609-40c5-80c5-453e0033981a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4ae-82QnrdZzOwiWqiQlTHEYImC3IwM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:25.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T07:25:25.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":154199,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T07:25:21.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 45bdb114-f15d-4fa1-af0d-7f1d42b90166
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjZ9.KSmpIUBHYBkXUDPdr75L7zWBhaS2twkT-zjHAZ03K-o
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 194b04ee-3aa5-433a-920c-5bba775b53a7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":154199,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bb4b638a-644d-474e-be1b-d43faaecd239
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-YuUdNJbnY03rHnOU+XQqmLcIbjk"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:27 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f69161d1-b880-4a00-9dba-f3890787ac24
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c1563003-278d-4b65-99e3-d9f56168f06c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-a2ItTjIBb9ZzvqLrpBI2I9ABUNQ"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":122},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 221ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 57f34e12-7c94-475d-b7ae-d2cd87aa289a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 117.81KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c0326b4-2e96-466c-8db2-dc65564ed366
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1d73a-7lDXV+kCL6WP7FjBIo8x1KN5xmA"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:28 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:24.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154091,"job_number":"JOB_154091","tr_customer_id":154108,"tr_customer_product_id":154098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:18:06.000Z","name":"Daija Von","mobile_number":"322-310-2307","email_id":"Declan.Funk@yahoo.com","dop":"2025-04-06","serial_number":"13889772195585","imei1":"13889772195585","imei2":"13889772195585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154107,"job_number":"JOB_154107","tr_customer_id":154124,"tr_customer_product_id":154114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:43.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11626896903705","imei1":"11626896903705","imei2":"11626896903705","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154109,"job_number":"JOB_154109","tr_customer_id":154126,"tr_customer_product_id":154116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:24:09.000Z","name":"Reva Gleichner","mobile_number":"857-563-0011","email_id":"Gennaro.Crist28@hotmail.com","dop":"2025-06-18","serial_number":"10332046478949","imei1":"10332046478949","imei2":"10332046478949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154113,"job_number":"JOB_154113","tr_customer_id":154130,"tr_customer_product_id":154120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:58.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10585837085856","imei1":"10585837085856","imei2":"10585837085856","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154116,"job_number":"JOB_154116","tr_customer_id":154133,"tr_customer_product_id":154123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:04.000Z","modified_at":"2026-01-14T06:24:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13524504839883","imei1":"13524504839883","imei2":"13524504839883","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154118,"job_number":"JOB_154118","tr_customer_id":154135,"tr_customer_product_id":154125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:49.000Z","name":"Mollie Doyle","mobile_number":"231-246-9135","email_id":"Carolanne_Parisian33@hotmail.com","dop":"2025-06-18","serial_number":"10199391529659","imei1":"10199391529659","imei2":"10199391529659","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154121,"job_number":"JOB_154121","tr_customer_id":154138,"tr_customer_product_id":154128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:27.000Z","modified_at":"2026-01-14T06:27:06.000Z","name":"Lilly Heller","mobile_number":"215-284-6151","email_id":"Elliott33@hotmail.com","dop":"2025-04-06","serial_number":"17395068759147","imei1":"17395068759147","imei2":"17395068759147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154124,"job_number":"JOB_154124","tr_customer_id":154141,"tr_customer_product_id":154131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:54.000Z","name":"Gregorio Cummerata","mobile_number":"509-850-4612","email_id":"Cathryn_Jenkins26@gmail.com","dop":"2025-04-06","serial_number":"14034102614125","imei1":"14034102614125","imei2":"14034102614125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154127,"job_number":"JOB_154127","tr_customer_id":154144,"tr_customer_product_id":154134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:46.000Z","name":"Darius Gibson","mobile_number":"522-641-7991","email_id":"Sanford.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"13919490022379","imei1":"13919490022379","imei2":"13919490022379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154131,"job_number":"JOB_154131","tr_customer_id":154148,"tr_customer_product_id":154138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"Simeon Russel","mobile_number":"510-612-1016","email_id":"Dennis78@gmail.com","dop":"2025-04-06","serial_number":"11250569492197","imei1":"11250569492197","imei2":"11250569492197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154136,"job_number":"JOB_154136","tr_customer_id":154153,"tr_customer_product_id":154143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:30:14.000Z","name":"Cecil Block","mobile_number":"693-829-2977","email_id":"Lorenz.Purdy91@yahoo.com","dop":"2025-04-06","serial_number":"12142990971902","imei1":"12142990971902","imei2":"12142990971902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154139,"job_number":"JOB_154139","tr_customer_id":154156,"tr_customer_product_id":154146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:22.000Z","modified_at":"2026-01-14T06:30:59.000Z","name":"Lamar Quitzon","mobile_number":"200-675-6834","email_id":"Kristopher54@yahoo.com","dop":"2025-04-06","serial_number":"14855572082858","imei1":"14855572082858","imei2":"14855572082858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154141,"job_number":"JOB_154141","tr_customer_id":154158,"tr_customer_product_id":154148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:25.000Z","modified_at":"2026-01-14T06:33:59.000Z","name":"Bette Terry","mobile_number":"859-769-4755","email_id":"Emmalee.Cummerata84@yahoo.com","dop":"2025-04-06","serial_number":"17660785730277","imei1":"17660785730277","imei2":"17660785730277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154144,"job_number":"JOB_154144","tr_customer_id":154161,"tr_customer_product_id":154151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:08.000Z","modified_at":"2026-01-14T06:34:42.000Z","name":"Ana Quitzon","mobile_number":"947-875-0473","email_id":"Laury_Spinka54@gmail.com","dop":"2025-04-06","serial_number":"16369899455816","imei1":"16369899455816","imei2":"16369899455816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154147,"job_number":"JOB_154147","tr_customer_id":154164,"tr_customer_product_id":154154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:15.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Cristobal Thiel","mobile_number":"994-427-9066","email_id":"Adrian10@yahoo.com","dop":"2000-01-31","serial_number":"10221139667662","imei1":"10221139667662","imei2":"10221139667662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154150,"job_number":"JOB_154150","tr_customer_id":154167,"tr_customer_product_id":154157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:35:22.000Z","name":"Nedra Mante","mobile_number":"529-898-6102","email_id":"Helena_Smith80@hotmail.com","dop":"2025-04-06","serial_number":"15611308934794","imei1":"15611308934794","imei2":"15611308934794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154153,"job_number":"JOB_154153","tr_customer_id":154170,"tr_customer_product_id":154160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:57.000Z","modified_at":"2026-01-14T06:35:31.000Z","name":"Olga Konopelski","mobile_number":"970-840-3586","email_id":"Eulalia39@gmail.com","dop":"2000-01-31","serial_number":"10227541627572","imei1":"10227541627572","imei2":"10227541627572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154156,"job_number":"JOB_154156","tr_customer_id":154173,"tr_customer_product_id":154163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:29.000Z","modified_at":"2026-01-14T06:36:05.000Z","name":"Shanie Hansen","mobile_number":"383-980-9180","email_id":"Douglas79@hotmail.com","dop":"2025-04-06","serial_number":"17341227724287","imei1":"17341227724287","imei2":"17341227724287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154159,"job_number":"JOB_154159","tr_customer_id":154176,"tr_customer_product_id":154166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:36:13.000Z","name":"Miguel Kreiger","mobile_number":"977-831-6455","email_id":"Jovani.Shields@gmail.com","dop":"2000-01-31","serial_number":"10827754416272","imei1":"10827754416272","imei2":"10827754416272","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154162,"job_number":"JOB_154162","tr_customer_id":154179,"tr_customer_product_id":154169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:36:18.000Z","name":"Maeve Jerde","mobile_number":"920-290-8389","email_id":"Gilbert.Sporer@hotmail.com","dop":"2025-04-06","serial_number":"12743996783609","imei1":"12743996783609","imei2":"12743996783609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154165,"job_number":"JOB_154165","tr_customer_id":154182,"tr_customer_product_id":154172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:55.000Z","name":"Liana Gulgowski","mobile_number":"239-450-4917","email_id":"Jamey.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10298454519988","imei1":"10298454519988","imei2":"10298454519988","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154168,"job_number":"JOB_154168","tr_customer_id":154185,"tr_customer_product_id":154175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:37:04.000Z","name":"Madisyn Nicolas","mobile_number":"350-595-6146","email_id":"Faustino.Pollich27@yahoo.com","dop":"2025-04-06","serial_number":"17915228484757","imei1":"17915228484757","imei2":"17915228484757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154171,"job_number":"JOB_154171","tr_customer_id":154188,"tr_customer_product_id":154178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:15.000Z","modified_at":"2026-01-14T06:37:56.000Z","name":"Tomas Haag","mobile_number":"868-257-5554","email_id":"Isaac46@yahoo.com","dop":"2025-04-06","serial_number":"10463176650217","imei1":"10463176650217","imei2":"10463176650217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154174,"job_number":"JOB_154174","tr_customer_id":154191,"tr_customer_product_id":154181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:54.000Z","name":"Viva Kessler","mobile_number":"765-768-5540","email_id":"Kayleigh_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"17467492840027","imei1":"17467492840027","imei2":"17467492840027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154177,"job_number":"JOB_154177","tr_customer_id":154194,"tr_customer_product_id":154184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:37.000Z","name":"Amira Smith","mobile_number":"642-704-8941","email_id":"Myra74@yahoo.com","dop":"2025-04-06","serial_number":"19237423963941","imei1":"19237423963941","imei2":"19237423963941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154179,"job_number":"JOB_154179","tr_customer_id":154196,"tr_customer_product_id":154186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:24.000Z","modified_at":"2026-01-14T06:42:00.000Z","name":"Sven Dach","mobile_number":"750-768-4719","email_id":"Earnestine26@hotmail.com","dop":"2025-04-06","serial_number":"17024420905663","imei1":"17024420905663","imei2":"17024420905663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154182,"job_number":"JOB_154182","tr_customer_id":154199,"tr_customer_product_id":154189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:42:19.000Z","name":"Tod Zemlak","mobile_number":"664-656-6633","email_id":"Floy85@hotmail.com","dop":"2025-04-06","serial_number":"14072984813457","imei1":"14072984813457","imei2":"14072984813457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154184,"job_number":"JOB_154184","tr_customer_id":154201,"tr_customer_product_id":154191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:55.000Z","modified_at":"2026-01-14T06:42:40.000Z","name":"Cristal Daugherty","mobile_number":"261-234-6632","email_id":"Zane_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"19864832230161","imei1":"19864832230161","imei2":"19864832230161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154187,"job_number":"JOB_154187","tr_customer_id":154204,"tr_customer_product_id":154194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:32.000Z","name":"Dixie Quigley","mobile_number":"874-646-6553","email_id":"Morris_Schaden@gmail.com","dop":"2025-04-06","serial_number":"11720591410960","imei1":"11720591410960","imei2":"11720591410960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154188,"job_number":"JOB_154188","tr_customer_id":154205,"tr_customer_product_id":154195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:34.000Z","name":"Karson Kutch","mobile_number":"684-528-8087","email_id":"Kamren_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10032841181157","imei1":"10032841181157","imei2":"10032841181157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154192,"job_number":"JOB_154192","tr_customer_id":154209,"tr_customer_product_id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:50:10.000Z","name":"Carlie Boehm","mobile_number":"937-577-3138","email_id":"Jan_Bailey@hotmail.com","dop":"2025-04-06","serial_number":"16591221266619","imei1":"16591221266619","imei2":"16591221266619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154195,"job_number":"JOB_154195","tr_customer_id":154212,"tr_customer_product_id":154202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:47.000Z","name":"Johnny Rath","mobile_number":"257-680-9169","email_id":"Yasmeen.Kunde68@yahoo.com","dop":"2025-04-06","serial_number":"14319025814076","imei1":"14319025814076","imei2":"14319025814076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154197,"job_number":"JOB_154197","tr_customer_id":154214,"tr_customer_product_id":154204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:09.000Z","modified_at":"2026-01-14T07:00:48.000Z","name":"Marlen Wilderman","mobile_number":"793-997-4718","email_id":"Billie38@gmail.com","dop":"2025-04-06","serial_number":"13835497114860","imei1":"13835497114860","imei2":"13835497114860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:08.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154089,"job_number":"JOB_154089","tr_customer_id":154106,"tr_customer_product_id":154096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:07.000Z","modified_at":"2026-01-14T06:17:30.000Z","name":"Trey Larson","mobile_number":"398-927-9041","email_id":"Rita.Lockman@yahoo.com","dop":"2025-10-01","serial_number":"17086184724603","imei1":"17086184724603","imei2":"17086184724603","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154094,"job_number":"JOB_154094","tr_customer_id":154111,"tr_customer_product_id":154101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:15.000Z","name":"Lane Sipes","mobile_number":"504-390-7833","email_id":"Daniela.Homenick@hotmail.com","dop":"2025-06-09","serial_number":"104192624531284","imei1":"104192624531284","imei2":"104192624531284","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154097,"job_number":"JOB_154097","tr_customer_id":154114,"tr_customer_product_id":154104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:29.000Z","name":"Elizabeth Luettgen","mobile_number":"934-412-3780","email_id":"Hollis_Johnston33@hotmail.com","dop":"2025-06-09","serial_number":"102291455033185","imei1":"102291455033185","imei2":"102291455033185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154100,"job_number":"JOB_154100","tr_customer_id":154117,"tr_customer_product_id":154107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:43.000Z","name":"Andrew VonRueden","mobile_number":"716-262-1040","email_id":"Anastasia_Reichel17@gmail.com","dop":"2025-06-09","serial_number":"106703606040391","imei1":"106703606040391","imei2":"106703606040391","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154102,"job_number":"JOB_154102","tr_customer_id":154119,"tr_customer_product_id":154109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:32.000Z","modified_at":"2026-01-14T06:21:43.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"89312230929787","imei1":"89312230929787","imei2":"89312230929787","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154103,"job_number":"JOB_154103","tr_customer_id":154120,"tr_customer_product_id":154110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:47.000Z","modified_at":"2026-01-14T06:21:58.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"13531816808550","imei1":"13531816808550","imei2":"13531816808550","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154104,"job_number":"JOB_154104","tr_customer_id":154121,"tr_customer_product_id":154111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:22:02.000Z","modified_at":"2026-01-14T06:22:13.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"80938111541625","imei1":"80938111541625","imei2":"80938111541625","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154129,"job_number":"JOB_154129","tr_customer_id":154146,"tr_customer_product_id":154136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:48.000Z","modified_at":"2026-01-14T06:28:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"71423107519664","imei1":"71423107519664","imei2":"71423107519664","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154133,"job_number":"JOB_154133","tr_customer_id":154150,"tr_customer_product_id":154140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:03.000Z","modified_at":"2026-01-14T06:29:13.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"79074489651727","imei1":"79074489651727","imei2":"79074489651727","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154134,"job_number":"JOB_154134","tr_customer_id":154151,"tr_customer_product_id":154141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:18.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"28655533978288","imei1":"28655533978288","imei2":"28655533978288","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 1KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 288b1277-2747-488a-8aa3-be87e62cd880
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"401-6Y743veTuT8rNnoMYBDl0M0ElVs"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:27.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T07:25:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7e61b8d-e73c-4f1d-8dc3-86347e9a2017
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154199
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 254ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTUyN30._ZSpIlAHv3eXFfiu7m7rvgCo2gva-_w-i2whiXVYNA4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 09f457bb-3fed-4c24-b9af-405dee9ad4d5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 87f7560f-8d11-4040-9db8-6a4c7f242bb2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-tRQd69UQWTVu4NJ/WdowhyoQgo8"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:29 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mjl9.mMdd7WxMEW4q4IhrB3h7NbPvFDBVz18InG7O2h6q4L8"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3b0f296f-bb54-4d8b-a812-9803dcf75f53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9f36148f-fa30-46ab-8c50-b161b74f8193
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-O1fyQX/OC1wit4G9CwIMynWj2oc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":375},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 233ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 72d867ef-f5a0-4ed9-9044-b82b3c175d32
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"136a-R9TKS5UYUue4Vh995najPdC5A5s"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:29.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T07:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0475c5b3-b5e6-45d6-9ea2-79d20c0375db
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"136a-R9TKS5UYUue4Vh995najPdC5A5s"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:30 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:29.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T07:25:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 179bd6e4-9e56-4571-9b0d-20daec444040
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154199
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d6a3df3-c5b3-4153-9be3-fa06bd8c64b3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154199
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MTh9.8wSpisHz4M5oNQY8K8TptOcp2Psvd-mDHygyHWCfXqM
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 88646ff5-ac6c-40a5-94ad-dbd0516a3a6d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d6e6dbd-860e-4b77-88c6-d9d31bb49787
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-S0yhxYg5rU2ZWyPfYDYH7fPZg9I"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:31 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6d5e22e6-4119-4291-bd99-a6c3bd60e733
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 217ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Nibriti
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 62b156d8-7f97-4f87-a09d-d9b84b48b3bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 216ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c98406e6-b5f1-4ab5-a397-76ced844fe99
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4d105320-dfb1-49c3-bb2e-fe4c92fbe0e3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:32 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 215ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7974d46-8c09-4e73-a592-2546d65b3f53
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b52bb457-0497-4fa8-9c35-cccd627d524a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-MyUzOdKNXdkX1qTZBbN08CdjlWc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":375},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 215ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3a097475-3205-451e-bcae-5ad036bf8c97
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 4f5971fb-de6a-4997-b3e5-bba9e8201b4d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-MyUzOdKNXdkX1qTZBbN08CdjlWc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:33 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":375},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 242fa9b4-0e0a-4763-878f-ee63a97733aa
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 215ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e1441bf-0e66-4eed-a7a9-53e771bbc668
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d5bebeb0-e941-4f45-bc8d-2791715c5355
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
randomnumber 820
randomFirstName Sedrick
randomLastName McKenzie
randomEmail Delpha54@hotmail.com
randomPhone 305-911-4205
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 53677753-7e8a-4339-adf3-5269c3d7129e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1053
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Immanuel",
                "last_name": "Lind",
                "mobile_number": "587-829-0253",
                "mobile_number_alt": "",
                "email_id": "Rod.Gulgowski@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"10204642158617",
                "imei1": "10204642158617",
                "imei2": "10204642158617",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-H5TeezSt1JfnZ9nnkXsrDHhzn8U"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:34 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":154217,"tr_customer_product_id":154207,"job_number":"JOB_154200"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
randomnumber 442
randomFirstName Lon
randomLastName Bruen
randomEmail Joelle.Lubowitz77@hotmail.com
randomPhone 513-850-3205
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 635e9a9a-7099-449d-8140-731815406ea8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1058
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Bernadette",
                "last_name": "Beer",
                "mobile_number": "862-832-2086",
                "mobile_number_alt": "",
                "email_id": "Susie_Turcotte@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"17149488227478",
                "imei1": "17149488227478",
                "imei2": "17149488227478",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 403 - Forbidden
Mean time per request: 216ms
Mean size per request: 100B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MjR9._ZVzMwkmBnuR1bbEJGBjADG_cTXX9ljbFu6tREIhnyY
randomnumber 231
randomFirstName Arne
randomLastName Ratke
randomEmail Margarete.Homenick69@gmail.com
randomPhone 916-611-5946
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cf29d22b-c4cb-4492-a207-edfc8692016b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1048
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Sienna",
                "last_name": "Marquardt",
                "mobile_number": "637-717-1603",
                "mobile_number_alt": "",
                "email_id": "Ila42@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"97818505260047",
                "imei1": "97818505260047",
                "imei2": "97818505260047",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 100
ETag W/"64-Xjpp+ImmLdm0l7V0Jeu5bjN/7P4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":403,"message":"Permission denied","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 222ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
randomnumber 642
randomFirstName Ima
randomLastName Hudson
randomEmail Leonard11@gmail.com
randomPhone 403-648-0407
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d2bddd25-8899-4cbf-a2ca-49b1300e2241
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 216ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
randomnumber 858
randomFirstName Leola
randomLastName Mitchell
randomEmail Nash_Hyatt@yahoo.com
randomPhone 393-512-3783
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6993d8e6-be70-41c2-a778-bc58e94ff5d7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1043
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Orville",
                "last_name": "Morar",
                "mobile_number": "314-348-7748",
                "mobile_number_alt": "",
                "email_id": "Aglae.Kshlerin87@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000865",
                "imei1": "100000865",
                "imei2": "100000865",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:35 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 216ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
randomnumber 603
randomFirstName Madaline
randomLastName Waelchi
randomEmail Dane60@yahoo.com
randomPhone 422-297-7677
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 531a9b21-e5ff-451b-a876-32034d86c15e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6e29dea1-318f-4fe8-8609-f53a126d4698
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-pQlGgdF8mSHIfML/NGlGyi9HrFM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 298ms
Mean size per request: 364.66KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b6617e10-7d5c-483e-933e-805018ff55f2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5b2a0-YS2rG1Xh8XauXx+UdNj10l/SGao"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:24.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154091,"job_number":"JOB_154091","tr_customer_id":154108,"tr_customer_product_id":154098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:18:06.000Z","name":"Daija Von","mobile_number":"322-310-2307","email_id":"Declan.Funk@yahoo.com","dop":"2025-04-06","serial_number":"13889772195585","imei1":"13889772195585","imei2":"13889772195585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154107,"job_number":"JOB_154107","tr_customer_id":154124,"tr_customer_product_id":154114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:43.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11626896903705","imei1":"11626896903705","imei2":"11626896903705","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154109,"job_number":"JOB_154109","tr_customer_id":154126,"tr_customer_product_id":154116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:24:09.000Z","name":"Reva Gleichner","mobile_number":"857-563-0011","email_id":"Gennaro.Crist28@hotmail.com","dop":"2025-06-18","serial_number":"10332046478949","imei1":"10332046478949","imei2":"10332046478949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154113,"job_number":"JOB_154113","tr_customer_id":154130,"tr_customer_product_id":154120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:58.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10585837085856","imei1":"10585837085856","imei2":"10585837085856","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154116,"job_number":"JOB_154116","tr_customer_id":154133,"tr_customer_product_id":154123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:04.000Z","modified_at":"2026-01-14T06:24:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13524504839883","imei1":"13524504839883","imei2":"13524504839883","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154118,"job_number":"JOB_154118","tr_customer_id":154135,"tr_customer_product_id":154125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:49.000Z","name":"Mollie Doyle","mobile_number":"231-246-9135","email_id":"Carolanne_Parisian33@hotmail.com","dop":"2025-06-18","serial_number":"10199391529659","imei1":"10199391529659","imei2":"10199391529659","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154121,"job_number":"JOB_154121","tr_customer_id":154138,"tr_customer_product_id":154128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:27.000Z","modified_at":"2026-01-14T06:27:06.000Z","name":"Lilly Heller","mobile_number":"215-284-6151","email_id":"Elliott33@hotmail.com","dop":"2025-04-06","serial_number":"17395068759147","imei1":"17395068759147","imei2":"17395068759147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154124,"job_number":"JOB_154124","tr_customer_id":154141,"tr_customer_product_id":154131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:54.000Z","name":"Gregorio Cummerata","mobile_number":"509-850-4612","email_id":"Cathryn_Jenkins26@gmail.com","dop":"2025-04-06","serial_number":"14034102614125","imei1":"14034102614125","imei2":"14034102614125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154127,"job_number":"JOB_154127","tr_customer_id":154144,"tr_customer_product_id":154134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:46.000Z","name":"Darius Gibson","mobile_number":"522-641-7991","email_id":"Sanford.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"13919490022379","imei1":"13919490022379","imei2":"13919490022379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154131,"job_number":"JOB_154131","tr_customer_id":154148,"tr_customer_product_id":154138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"Simeon Russel","mobile_number":"510-612-1016","email_id":"Dennis78@gmail.com","dop":"2025-04-06","serial_number":"11250569492197","imei1":"11250569492197","imei2":"11250569492197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154136,"job_number":"JOB_154136","tr_customer_id":154153,"tr_customer_product_id":154143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:30:14.000Z","name":"Cecil Block","mobile_number":"693-829-2977","email_id":"Lorenz.Purdy91@yahoo.com","dop":"2025-04-06","serial_number":"12142990971902","imei1":"12142990971902","imei2":"12142990971902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154139,"job_number":"JOB_154139","tr_customer_id":154156,"tr_customer_product_id":154146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:22.000Z","modified_at":"2026-01-14T06:30:59.000Z","name":"Lamar Quitzon","mobile_number":"200-675-6834","email_id":"Kristopher54@yahoo.com","dop":"2025-04-06","serial_number":"14855572082858","imei1":"14855572082858","imei2":"14855572082858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154141,"job_number":"JOB_154141","tr_customer_id":154158,"tr_customer_product_id":154148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:25.000Z","modified_at":"2026-01-14T06:33:59.000Z","name":"Bette Terry","mobile_number":"859-769-4755","email_id":"Emmalee.Cummerata84@yahoo.com","dop":"2025-04-06","serial_number":"17660785730277","imei1":"17660785730277","imei2":"17660785730277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154144,"job_number":"JOB_154144","tr_customer_id":154161,"tr_customer_product_id":154151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:08.000Z","modified_at":"2026-01-14T06:34:42.000Z","name":"Ana Quitzon","mobile_number":"947-875-0473","email_id":"Laury_Spinka54@gmail.com","dop":"2025-04-06","serial_number":"16369899455816","imei1":"16369899455816","imei2":"16369899455816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154147,"job_number":"JOB_154147","tr_customer_id":154164,"tr_customer_product_id":154154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:15.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Cristobal Thiel","mobile_number":"994-427-9066","email_id":"Adrian10@yahoo.com","dop":"2000-01-31","serial_number":"10221139667662","imei1":"10221139667662","imei2":"10221139667662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154150,"job_number":"JOB_154150","tr_customer_id":154167,"tr_customer_product_id":154157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:35:22.000Z","name":"Nedra Mante","mobile_number":"529-898-6102","email_id":"Helena_Smith80@hotmail.com","dop":"2025-04-06","serial_number":"15611308934794","imei1":"15611308934794","imei2":"15611308934794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154153,"job_number":"JOB_154153","tr_customer_id":154170,"tr_customer_product_id":154160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:57.000Z","modified_at":"2026-01-14T06:35:31.000Z","name":"Olga Konopelski","mobile_number":"970-840-3586","email_id":"Eulalia39@gmail.com","dop":"2000-01-31","serial_number":"10227541627572","imei1":"10227541627572","imei2":"10227541627572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154156,"job_number":"JOB_154156","tr_customer_id":154173,"tr_customer_product_id":154163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:29.000Z","modified_at":"2026-01-14T06:36:05.000Z","name":"Shanie Hansen","mobile_number":"383-980-9180","email_id":"Douglas79@hotmail.com","dop":"2025-04-06","serial_number":"17341227724287","imei1":"17341227724287","imei2":"17341227724287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154159,"job_number":"JOB_154159","tr_customer_id":154176,"tr_customer_product_id":154166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:36:13.000Z","name":"Miguel Kreiger","mobile_number":"977-831-6455","email_id":"Jovani.Shields@gmail.com","dop":"2000-01-31","serial_number":"10827754416272","imei1":"10827754416272","imei2":"10827754416272","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154162,"job_number":"JOB_154162","tr_customer_id":154179,"tr_customer_product_id":154169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:36:18.000Z","name":"Maeve Jerde","mobile_number":"920-290-8389","email_id":"Gilbert.Sporer@hotmail.com","dop":"2025-04-06","serial_number":"12743996783609","imei1":"12743996783609","imei2":"12743996783609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154165,"job_number":"JOB_154165","tr_customer_id":154182,"tr_customer_product_id":154172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:55.000Z","name":"Liana Gulgowski","mobile_number":"239-450-4917","email_id":"Jamey.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10298454519988","imei1":"10298454519988","imei2":"10298454519988","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154168,"job_number":"JOB_154168","tr_customer_id":154185,"tr_customer_product_id":154175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:37:04.000Z","name":"Madisyn Nicolas","mobile_number":"350-595-6146","email_id":"Faustino.Pollich27@yahoo.com","dop":"2025-04-06","serial_number":"17915228484757","imei1":"17915228484757","imei2":"17915228484757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154171,"job_number":"JOB_154171","tr_customer_id":154188,"tr_customer_product_id":154178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:15.000Z","modified_at":"2026-01-14T06:37:56.000Z","name":"Tomas Haag","mobile_number":"868-257-5554","email_id":"Isaac46@yahoo.com","dop":"2025-04-06","serial_number":"10463176650217","imei1":"10463176650217","imei2":"10463176650217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154174,"job_number":"JOB_154174","tr_customer_id":154191,"tr_customer_product_id":154181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:54.000Z","name":"Viva Kessler","mobile_number":"765-768-5540","email_id":"Kayleigh_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"17467492840027","imei1":"17467492840027","imei2":"17467492840027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154177,"job_number":"JOB_154177","tr_customer_id":154194,"tr_customer_product_id":154184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:37.000Z","name":"Amira Smith","mobile_number":"642-704-8941","email_id":"Myra74@yahoo.com","dop":"2025-04-06","serial_number":"19237423963941","imei1":"19237423963941","imei2":"19237423963941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154179,"job_number":"JOB_154179","tr_customer_id":154196,"tr_customer_product_id":154186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:24.000Z","modified_at":"2026-01-14T06:42:00.000Z","name":"Sven Dach","mobile_number":"750-768-4719","email_id":"Earnestine26@hotmail.com","dop":"2025-04-06","serial_number":"17024420905663","imei1":"17024420905663","imei2":"17024420905663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154182,"job_number":"JOB_154182","tr_customer_id":154199,"tr_customer_product_id":154189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:42:19.000Z","name":"Tod Zemlak","mobile_number":"664-656-6633","email_id":"Floy85@hotmail.com","dop":"2025-04-06","serial_number":"14072984813457","imei1":"14072984813457","imei2":"14072984813457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154184,"job_number":"JOB_154184","tr_customer_id":154201,"tr_customer_product_id":154191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:55.000Z","modified_at":"2026-01-14T06:42:40.000Z","name":"Cristal Daugherty","mobile_number":"261-234-6632","email_id":"Zane_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"19864832230161","imei1":"19864832230161","imei2":"19864832230161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154187,"job_number":"JOB_154187","tr_customer_id":154204,"tr_customer_product_id":154194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:32.000Z","name":"Dixie Quigley","mobile_number":"874-646-6553","email_id":"Morris_Schaden@gmail.com","dop":"2025-04-06","serial_number":"11720591410960","imei1":"11720591410960","imei2":"11720591410960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154188,"job_number":"JOB_154188","tr_customer_id":154205,"tr_customer_product_id":154195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:34.000Z","name":"Karson Kutch","mobile_number":"684-528-8087","email_id":"Kamren_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10032841181157","imei1":"10032841181157","imei2":"10032841181157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154192,"job_number":"JOB_154192","tr_customer_id":154209,"tr_customer_product_id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:50:10.000Z","name":"Carlie Boehm","mobile_number":"937-577-3138","email_id":"Jan_Bailey@hotmail.com","dop":"2025-04-06","serial_number":"16591221266619","imei1":"16591221266619","imei2":"16591221266619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154195,"job_number":"JOB_154195","tr_customer_id":154212,"tr_customer_product_id":154202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:47.000Z","name":"Johnny Rath","mobile_number":"257-680-9169","email_id":"Yasmeen.Kunde68@yahoo.com","dop":"2025-04-06","serial_number":"14319025814076","imei1":"14319025814076","imei2":"14319025814076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154197,"job_number":"JOB_154197","tr_customer_id":154214,"tr_customer_product_id":154204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:09.000Z","modified_at":"2026-01-14T07:00:48.000Z","name":"Marlen Wilderman","mobile_number":"793-997-4718","email_id":"Billie38@gmail.com","dop":"2025-04-06","serial_number":"13835497114860","imei1":"13835497114860","imei2":"13835497114860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:08.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154089,"job_number":"JOB_154089","tr_customer_id":154106,"tr_customer_product_id":154096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:07.000Z","modified_at":"2026-01-14T06:17:30.000Z","name":"Trey Larson","mobile_number":"398-927-9041","email_id":"Rita.Lockman@yahoo.com","dop":"2025-10-01","serial_number":"17086184724603","imei1":"17086184724603","imei2":"17086184724603","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154094,"job_number":"JOB_154094","tr_customer_id":154111,"tr_customer_product_id":154101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:15.000Z","name":"Lane Sipes","mobile_number":"504-390-7833","email_id":"Daniela.Homenick@hotmail.com","dop":"2025-06-09","serial_number":"104192624531284","imei1":"104192624531284","imei2":"104192624531284","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154097,"job_number":"JOB_154097","tr_customer_id":154114,"tr_customer_product_id":154104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:29.000Z","name":"Elizabeth Luettgen","mobile_number":"934-412-3780","email_id":"Hollis_Johnston33@hotmail.com","dop":"2025-06-09","serial_number":"102291455033185","imei1":"102291455033185","imei2":"102291455033185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154100,"job_number":"JOB_154100","tr_customer_id":154117,"tr_customer_product_id":154107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:43.000Z","name":"Andrew VonRueden","mobile_number":"716-262-1040","email_id":"Anastasia_Reichel17@gmail.com","dop":"2025-06-09","serial_number":"106703606040391","imei1":"106703606040391","imei2":"106703606040391","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154102,"job_number":"JOB_154102","tr_customer_id":154119,"tr_customer_product_id":154109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:32.000Z","modified_at":"2026-01-14T06:21:43.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"89312230929787","imei1":"89312230929787","imei2":"89312230929787","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154103,"job_number":"JOB_154103","tr_customer_id":154120,"tr_customer_product_id":154110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:47.000Z","modified_at":"2026-01-14T06:21:58.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"13531816808550","imei1":"13531816808550","imei2":"13531816808550","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154104,"job_number":"JOB_154104","tr_customer_id":154121,"tr_customer_product_id":154111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:22:02.000Z","modified_at":"2026-01-14T06:22:13.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"80938111541625","imei1":"80938111541625","imei2":"80938111541625","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154129,"job_number":"JOB_154129","tr_customer_id":154146,"tr_customer_product_id":154136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:48.000Z","modified_at":"2026-01-14T06:28:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"71423107519664","imei1":"71423107519664","imei2":"71423107519664","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154133,"job_number":"JOB_154133","tr_customer_id":154150,"tr_customer_product_id":154140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:03.000Z","modified_at":"2026-01-14T06:29:13.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"79074489651727","imei1":"79074489651727","imei2":"79074489651727","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154134,"job_number":"JOB_154134","tr_customer_id":154151,"tr_customer_product_id":154141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:18.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"28655533978288","imei1":"28655533978288","imei2":"28655533978288","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:31.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:34.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d75ef355-aaeb-4955-a1ac-231d5ee92891
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:36 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154200
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 329ee589-c928-4e41-bed5-f2597c9efdd9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 00e9f848-e961-4d31-ac73-c0621f9c0622
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-lozfNsTIDPdaW8H0D5Ym5lTKEXk"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0c6b036f-f39a-4710-83b0-b8285d799e55
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 247ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3dab7d18-2f7d-4494-b03e-eadb18fe5dc5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-1aRajxhoF1iIGL9PEmPD9mFk/xY"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:37 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":263},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 255.65KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token feb97112-f103-492b-a936-7e629a92ef4e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3fe98-1ZDKUAhMcTKpR9+jm9j1aJFlu4c"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:34.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:25:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3d829da5-5e75-4e15-b2cd-1f459f9b8dbe
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3e29d6b1-ce2f-4637-9538-f300593e4b33
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 154200,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 246ms
Mean size per request: 254.68KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0df18ce1-0800-428b-a260-d5746608f18d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3fab7-aFWE17Y92kccKsQlfSIKPq53YGo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:38 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f23581e7-c550-4657-8aa9-9a5ccc4b54d3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-KnSyCgpP9j1E/WnK1+LBhTNXfqE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9892952a-0d4e-4418-92e8-d49fd46853ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e0d1d746-330d-481b-9277-2f15a389f4a1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-h1fbgRb4T71atC03t4wUQ8wKjbw"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":123}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 1008B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a7077e1c-781f-43ea-8306-e39ee7aa5078
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1008
ETag W/"3f0-zbZZhrltrrYFdbMYle71RngD6Ao"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:38.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T07:25:38.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0b293c36-4862-4e5a-b8ce-4773ad546e92
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:39 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 248ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d3980a6e-0cbb-4b3f-b1a1-a918510fad34
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4ab-BadS5g042F+8SNKhJ9USsWkBey4"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:38.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T07:25:38.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":154200,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T07:25:34.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ec0e326c-24b7-4e8d-bc93-196f3776b51f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 227ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzl9.WfyyGdSkC3hc52IutYdXA_ktYCA5uTiYr2ulaF-qcEw
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 71bad884-acd4-4075-97a8-69a2c6588ede
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":154200,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ff304abe-d8e3-4748-ba87-593bc805b616
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-+xUNP6RnCpiFKE3t955Ddv9bSOg"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:40 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9d02fe5d-c247-4408-b495-5435fcf9cd00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 765c26cd-44ae-4d14-b495-0a92c3657fb5
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-oS/TM08SxMVKFidMbgDt+s8CfYU"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":123},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 220ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f66561ef-97a1-4a18-81b7-29909e7696ee
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 257ms
Mean size per request: 118.77KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 99762216-b042-483c-9889-9050047097bf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1db17-YHJpdDqoGzceSnZQD5J6LHI2/vM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:41 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:24.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154091,"job_number":"JOB_154091","tr_customer_id":154108,"tr_customer_product_id":154098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:18:06.000Z","name":"Daija Von","mobile_number":"322-310-2307","email_id":"Declan.Funk@yahoo.com","dop":"2025-04-06","serial_number":"13889772195585","imei1":"13889772195585","imei2":"13889772195585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154107,"job_number":"JOB_154107","tr_customer_id":154124,"tr_customer_product_id":154114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:43.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11626896903705","imei1":"11626896903705","imei2":"11626896903705","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154109,"job_number":"JOB_154109","tr_customer_id":154126,"tr_customer_product_id":154116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:24:09.000Z","name":"Reva Gleichner","mobile_number":"857-563-0011","email_id":"Gennaro.Crist28@hotmail.com","dop":"2025-06-18","serial_number":"10332046478949","imei1":"10332046478949","imei2":"10332046478949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154113,"job_number":"JOB_154113","tr_customer_id":154130,"tr_customer_product_id":154120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:58.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10585837085856","imei1":"10585837085856","imei2":"10585837085856","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154116,"job_number":"JOB_154116","tr_customer_id":154133,"tr_customer_product_id":154123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:04.000Z","modified_at":"2026-01-14T06:24:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13524504839883","imei1":"13524504839883","imei2":"13524504839883","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154118,"job_number":"JOB_154118","tr_customer_id":154135,"tr_customer_product_id":154125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:49.000Z","name":"Mollie Doyle","mobile_number":"231-246-9135","email_id":"Carolanne_Parisian33@hotmail.com","dop":"2025-06-18","serial_number":"10199391529659","imei1":"10199391529659","imei2":"10199391529659","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154121,"job_number":"JOB_154121","tr_customer_id":154138,"tr_customer_product_id":154128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:27.000Z","modified_at":"2026-01-14T06:27:06.000Z","name":"Lilly Heller","mobile_number":"215-284-6151","email_id":"Elliott33@hotmail.com","dop":"2025-04-06","serial_number":"17395068759147","imei1":"17395068759147","imei2":"17395068759147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154124,"job_number":"JOB_154124","tr_customer_id":154141,"tr_customer_product_id":154131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:54.000Z","name":"Gregorio Cummerata","mobile_number":"509-850-4612","email_id":"Cathryn_Jenkins26@gmail.com","dop":"2025-04-06","serial_number":"14034102614125","imei1":"14034102614125","imei2":"14034102614125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154127,"job_number":"JOB_154127","tr_customer_id":154144,"tr_customer_product_id":154134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:46.000Z","name":"Darius Gibson","mobile_number":"522-641-7991","email_id":"Sanford.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"13919490022379","imei1":"13919490022379","imei2":"13919490022379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154131,"job_number":"JOB_154131","tr_customer_id":154148,"tr_customer_product_id":154138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"Simeon Russel","mobile_number":"510-612-1016","email_id":"Dennis78@gmail.com","dop":"2025-04-06","serial_number":"11250569492197","imei1":"11250569492197","imei2":"11250569492197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154136,"job_number":"JOB_154136","tr_customer_id":154153,"tr_customer_product_id":154143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:30:14.000Z","name":"Cecil Block","mobile_number":"693-829-2977","email_id":"Lorenz.Purdy91@yahoo.com","dop":"2025-04-06","serial_number":"12142990971902","imei1":"12142990971902","imei2":"12142990971902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154139,"job_number":"JOB_154139","tr_customer_id":154156,"tr_customer_product_id":154146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:22.000Z","modified_at":"2026-01-14T06:30:59.000Z","name":"Lamar Quitzon","mobile_number":"200-675-6834","email_id":"Kristopher54@yahoo.com","dop":"2025-04-06","serial_number":"14855572082858","imei1":"14855572082858","imei2":"14855572082858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154141,"job_number":"JOB_154141","tr_customer_id":154158,"tr_customer_product_id":154148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:25.000Z","modified_at":"2026-01-14T06:33:59.000Z","name":"Bette Terry","mobile_number":"859-769-4755","email_id":"Emmalee.Cummerata84@yahoo.com","dop":"2025-04-06","serial_number":"17660785730277","imei1":"17660785730277","imei2":"17660785730277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154144,"job_number":"JOB_154144","tr_customer_id":154161,"tr_customer_product_id":154151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:08.000Z","modified_at":"2026-01-14T06:34:42.000Z","name":"Ana Quitzon","mobile_number":"947-875-0473","email_id":"Laury_Spinka54@gmail.com","dop":"2025-04-06","serial_number":"16369899455816","imei1":"16369899455816","imei2":"16369899455816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154147,"job_number":"JOB_154147","tr_customer_id":154164,"tr_customer_product_id":154154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:15.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Cristobal Thiel","mobile_number":"994-427-9066","email_id":"Adrian10@yahoo.com","dop":"2000-01-31","serial_number":"10221139667662","imei1":"10221139667662","imei2":"10221139667662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154150,"job_number":"JOB_154150","tr_customer_id":154167,"tr_customer_product_id":154157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:35:22.000Z","name":"Nedra Mante","mobile_number":"529-898-6102","email_id":"Helena_Smith80@hotmail.com","dop":"2025-04-06","serial_number":"15611308934794","imei1":"15611308934794","imei2":"15611308934794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154153,"job_number":"JOB_154153","tr_customer_id":154170,"tr_customer_product_id":154160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:57.000Z","modified_at":"2026-01-14T06:35:31.000Z","name":"Olga Konopelski","mobile_number":"970-840-3586","email_id":"Eulalia39@gmail.com","dop":"2000-01-31","serial_number":"10227541627572","imei1":"10227541627572","imei2":"10227541627572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154156,"job_number":"JOB_154156","tr_customer_id":154173,"tr_customer_product_id":154163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:29.000Z","modified_at":"2026-01-14T06:36:05.000Z","name":"Shanie Hansen","mobile_number":"383-980-9180","email_id":"Douglas79@hotmail.com","dop":"2025-04-06","serial_number":"17341227724287","imei1":"17341227724287","imei2":"17341227724287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154159,"job_number":"JOB_154159","tr_customer_id":154176,"tr_customer_product_id":154166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:36:13.000Z","name":"Miguel Kreiger","mobile_number":"977-831-6455","email_id":"Jovani.Shields@gmail.com","dop":"2000-01-31","serial_number":"10827754416272","imei1":"10827754416272","imei2":"10827754416272","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154162,"job_number":"JOB_154162","tr_customer_id":154179,"tr_customer_product_id":154169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:36:18.000Z","name":"Maeve Jerde","mobile_number":"920-290-8389","email_id":"Gilbert.Sporer@hotmail.com","dop":"2025-04-06","serial_number":"12743996783609","imei1":"12743996783609","imei2":"12743996783609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154165,"job_number":"JOB_154165","tr_customer_id":154182,"tr_customer_product_id":154172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:55.000Z","name":"Liana Gulgowski","mobile_number":"239-450-4917","email_id":"Jamey.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10298454519988","imei1":"10298454519988","imei2":"10298454519988","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154168,"job_number":"JOB_154168","tr_customer_id":154185,"tr_customer_product_id":154175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:37:04.000Z","name":"Madisyn Nicolas","mobile_number":"350-595-6146","email_id":"Faustino.Pollich27@yahoo.com","dop":"2025-04-06","serial_number":"17915228484757","imei1":"17915228484757","imei2":"17915228484757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154171,"job_number":"JOB_154171","tr_customer_id":154188,"tr_customer_product_id":154178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:15.000Z","modified_at":"2026-01-14T06:37:56.000Z","name":"Tomas Haag","mobile_number":"868-257-5554","email_id":"Isaac46@yahoo.com","dop":"2025-04-06","serial_number":"10463176650217","imei1":"10463176650217","imei2":"10463176650217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154174,"job_number":"JOB_154174","tr_customer_id":154191,"tr_customer_product_id":154181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:54.000Z","name":"Viva Kessler","mobile_number":"765-768-5540","email_id":"Kayleigh_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"17467492840027","imei1":"17467492840027","imei2":"17467492840027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154177,"job_number":"JOB_154177","tr_customer_id":154194,"tr_customer_product_id":154184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:37.000Z","name":"Amira Smith","mobile_number":"642-704-8941","email_id":"Myra74@yahoo.com","dop":"2025-04-06","serial_number":"19237423963941","imei1":"19237423963941","imei2":"19237423963941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154179,"job_number":"JOB_154179","tr_customer_id":154196,"tr_customer_product_id":154186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:24.000Z","modified_at":"2026-01-14T06:42:00.000Z","name":"Sven Dach","mobile_number":"750-768-4719","email_id":"Earnestine26@hotmail.com","dop":"2025-04-06","serial_number":"17024420905663","imei1":"17024420905663","imei2":"17024420905663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154182,"job_number":"JOB_154182","tr_customer_id":154199,"tr_customer_product_id":154189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:42:19.000Z","name":"Tod Zemlak","mobile_number":"664-656-6633","email_id":"Floy85@hotmail.com","dop":"2025-04-06","serial_number":"14072984813457","imei1":"14072984813457","imei2":"14072984813457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154184,"job_number":"JOB_154184","tr_customer_id":154201,"tr_customer_product_id":154191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:55.000Z","modified_at":"2026-01-14T06:42:40.000Z","name":"Cristal Daugherty","mobile_number":"261-234-6632","email_id":"Zane_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"19864832230161","imei1":"19864832230161","imei2":"19864832230161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154187,"job_number":"JOB_154187","tr_customer_id":154204,"tr_customer_product_id":154194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:32.000Z","name":"Dixie Quigley","mobile_number":"874-646-6553","email_id":"Morris_Schaden@gmail.com","dop":"2025-04-06","serial_number":"11720591410960","imei1":"11720591410960","imei2":"11720591410960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154188,"job_number":"JOB_154188","tr_customer_id":154205,"tr_customer_product_id":154195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:34.000Z","name":"Karson Kutch","mobile_number":"684-528-8087","email_id":"Kamren_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10032841181157","imei1":"10032841181157","imei2":"10032841181157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154192,"job_number":"JOB_154192","tr_customer_id":154209,"tr_customer_product_id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:50:10.000Z","name":"Carlie Boehm","mobile_number":"937-577-3138","email_id":"Jan_Bailey@hotmail.com","dop":"2025-04-06","serial_number":"16591221266619","imei1":"16591221266619","imei2":"16591221266619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154195,"job_number":"JOB_154195","tr_customer_id":154212,"tr_customer_product_id":154202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:47.000Z","name":"Johnny Rath","mobile_number":"257-680-9169","email_id":"Yasmeen.Kunde68@yahoo.com","dop":"2025-04-06","serial_number":"14319025814076","imei1":"14319025814076","imei2":"14319025814076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154197,"job_number":"JOB_154197","tr_customer_id":154214,"tr_customer_product_id":154204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:09.000Z","modified_at":"2026-01-14T07:00:48.000Z","name":"Marlen Wilderman","mobile_number":"793-997-4718","email_id":"Billie38@gmail.com","dop":"2025-04-06","serial_number":"13835497114860","imei1":"13835497114860","imei2":"13835497114860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:08.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154089,"job_number":"JOB_154089","tr_customer_id":154106,"tr_customer_product_id":154096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:07.000Z","modified_at":"2026-01-14T06:17:30.000Z","name":"Trey Larson","mobile_number":"398-927-9041","email_id":"Rita.Lockman@yahoo.com","dop":"2025-10-01","serial_number":"17086184724603","imei1":"17086184724603","imei2":"17086184724603","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154094,"job_number":"JOB_154094","tr_customer_id":154111,"tr_customer_product_id":154101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:15.000Z","name":"Lane Sipes","mobile_number":"504-390-7833","email_id":"Daniela.Homenick@hotmail.com","dop":"2025-06-09","serial_number":"104192624531284","imei1":"104192624531284","imei2":"104192624531284","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154097,"job_number":"JOB_154097","tr_customer_id":154114,"tr_customer_product_id":154104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:29.000Z","name":"Elizabeth Luettgen","mobile_number":"934-412-3780","email_id":"Hollis_Johnston33@hotmail.com","dop":"2025-06-09","serial_number":"102291455033185","imei1":"102291455033185","imei2":"102291455033185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154100,"job_number":"JOB_154100","tr_customer_id":154117,"tr_customer_product_id":154107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:43.000Z","name":"Andrew VonRueden","mobile_number":"716-262-1040","email_id":"Anastasia_Reichel17@gmail.com","dop":"2025-06-09","serial_number":"106703606040391","imei1":"106703606040391","imei2":"106703606040391","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154102,"job_number":"JOB_154102","tr_customer_id":154119,"tr_customer_product_id":154109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:32.000Z","modified_at":"2026-01-14T06:21:43.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"89312230929787","imei1":"89312230929787","imei2":"89312230929787","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154103,"job_number":"JOB_154103","tr_customer_id":154120,"tr_customer_product_id":154110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:47.000Z","modified_at":"2026-01-14T06:21:58.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"13531816808550","imei1":"13531816808550","imei2":"13531816808550","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154104,"job_number":"JOB_154104","tr_customer_id":154121,"tr_customer_product_id":154111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:22:02.000Z","modified_at":"2026-01-14T06:22:13.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"80938111541625","imei1":"80938111541625","imei2":"80938111541625","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154129,"job_number":"JOB_154129","tr_customer_id":154146,"tr_customer_product_id":154136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:48.000Z","modified_at":"2026-01-14T06:28:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"71423107519664","imei1":"71423107519664","imei2":"71423107519664","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154133,"job_number":"JOB_154133","tr_customer_id":154150,"tr_customer_product_id":154140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:03.000Z","modified_at":"2026-01-14T06:29:13.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"79074489651727","imei1":"79074489651727","imei2":"79074489651727","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154134,"job_number":"JOB_154134","tr_customer_id":154151,"tr_customer_product_id":154141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:18.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"28655533978288","imei1":"28655533978288","imei2":"28655533978288","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:31.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 1022B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7a1e7fac-3e0a-4b37-b236-026c228df2eb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1022
ETag W/"3fe-ScfKXquws0+dBsNqOrRdxSQ5/64"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:40.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T07:25:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 222ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cceb5705-af64-42e0-8b46-d1f7b8c0b6cb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154200
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU0MH0.ExkMd_NZuDEmRjct7OfiAJTic6A_PzWwj_8Ljs_qfDk
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7295371b-622d-4a4a-9346-67d1174bd9e9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token add8d55f-6ebc-490d-979a-1ff829bf6793
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-9YJvY/BzXdwKyA1tsXPooy3MJMg"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:42 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDJ9.ncYEYKByJjZWXCOokV3RbyNTHsCIJb5GI8PRuSmsjfI"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e1f485c6-79b2-4b6e-a685-422340de8815
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 21ac90fd-1910-4e54-8749-f8371bee050b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-kkoV1F+vqpOOoBkJXrJ8LCRtXDw"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token bc29d774-ee6c-42d2-b396-60efbcdf8df8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1367-Cw+jY90yM4yu1WqqNa8p2A7rcVM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:42.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T07:25:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 48aa2547-f858-4cbb-bb1e-3072ac7f0521
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1367-Cw+jY90yM4yu1WqqNa8p2A7rcVM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:43 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:42.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T07:25:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f4ef01c3-c61b-47ec-9df9-152206d87f66
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154200
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 223ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ec7c9b2-18bb-4f40-85ab-4413cf06f4bb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154200
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1MzF9.xvN3Wf0_BQvVuvgMunR9n_dxA4--9wiQL5jEC6a7eHU
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f109eb72-bd84-4d47-8a6d-7df0a4cbfd5c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 690B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 782b66f4-8c76-4d9e-899d-06af480886dc
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 58
Request Body
{
            "username": "iamfd",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-ENqfBe7Hrne3Re+wcD8QQtp7K8Y"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:44 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ"}}
Test Information
NamePassedFailedSkipped
Verify if the status code is 200 1 0 0
Verify that message should be 'Success' 1 0 0
Verify that token shoukd be valid 1 0 0
Verify JSON Success 1 0 0
Verify the resposne time is below 400ms 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 219ms
Mean size per request: 111B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 56264831-7589-479a-b7ba-8ea583797868
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 71
Request Body
{
            "username": "{{invalidusername}}",
            "password": "Pass123"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 111
ETag W/"6f-3WIQw9DELuoisWKKy7VM2hiZxXA"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid username or password","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 401
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 216ms
Mean size per request: 98B

Test Pass Percentage
67 %
Request Headers
Header NameHeader Value
Content-Type application/json
DemoHeader Singh
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6afbce3d-467a-49ce-87c1-8218625debdf
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 45
Request Body
{
            "username": "",
            "password": ""
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 98
ETag W/"62-jXdd8I0DBicnbx0aboTHyS7NZuM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"Invalid request","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify correct error message is shown 1 0 0
Verify correct error status is shown 0 1 0
Verify jsonSchema 1 0 0
Total 2 1 0
Test Failure
Test NameAssertion Error
Verify correct error status is shown
expected 500 to equal 400
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 438B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a46e9aea-5618-4439-aeed-5b92e5f46984
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Verify if status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify the response tine is below 400ms 1 0 0
Verify user data is present in response 1 0 0
Verify JSON Response Schema 1 0 0
Total 5 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 438B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 61eb42a7-5e67-488f-aae6-b3a7c0b0c939
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
NamePassedFailedSkipped
Security:Veirfy if passowrd field is not present in the response 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Security:Veirfy if passowrd field is not present in the response
expected { id: 4, first_name: 'fd', …(14) } to not have property 'password'
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b59c7156-0d8c-4423-987f-83699ae2c96e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:45 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 242B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 32b531c7-0a98-4321-8c6d-6b3948e7640a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-pQlGgdF8mSHIfML/NGlGyi9HrFM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify that status code is 200 1 0 0
Verify that response time is below 500ms 1 0 0
Verify if response message is success 1 0 0
Verify JSON Schema 1 0 0
Verify if the length of the data array is 3 1 0 0
Verify if the keys are present in response data Array 1 0 0
Verify if the count for the Json object Pending for delivery is Number or not 1 0 0
Verify if the count for the Json object Created today is Number or not 1 0 0
Verify if the count for the Json object Pending for FST assignment is Number or not 1 0 0
Total 9 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token aba55110-3520-47aa-8f2b-1a6d38abc560
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTQzNjB9.Q5KlbUO9TqRQwDxZcE9FQkYD93DTYNhePwfa3jI42Xk' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token cb24613c-7ef1-4614-8545-0b609ae53580
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-pQlGgdF8mSHIfML/NGlGyi9HrFM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":376},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 10.53KB

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7bef6905-68cd-4b82-857f-1390f86b4ec9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:46 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is success 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify if the key mst_oem is present in the response body 1 0 0
Verify if the key mst_model is present in the response body 1 0 0
Verify if the key mst_action_status is present in the response body 1 0 0
Verify if the key mst_warrenty_status is present in the response body 1 0 0
Verify if the key mst_product is present in the response body 1 0 0
Verify if the key mst_role is present in the response body 1 0 0
Verify if the key mst_service_location is present in the response body 1 0 0
Verify if the key mst_problem is present in the response body 1 0 0
Verify if the key map_fst_pincode is present in the response body 1 0 0
Verify if the key is storing a non empty array 1 0 0
Total 14 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0554da0c-8de1-47f6-b7fc-92e8f6d90865
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIxMTU5NjB9.nfvITuSMfYZ64YhDEuyZcSjywp2smDI8pOVYcgtzgwc' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 10.53KB

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0102f51a-9e36-4ad1-88b8-6d1abbdf28f9
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
NamePassedFailedSkipped
Verify status code is 401 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify status code is 401
expected response to have status code 403 but got 200
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 200 - OK
Mean time per request: 255ms
Mean size per request: 233B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
randomnumber 197
randomFirstName Neal
randomLastName Waelchi
randomEmail Isai.Lebsack54@gmail.com
randomPhone 227-348-5007
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0f604821-51df-492e-9999-1736e5c6b40f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1051
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Laila",
                "last_name": "Hintz",
                "mobile_number": "924-254-4020",
                "mobile_number_alt": "",
                "email_id": "Eduardo.Howe8@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"26349521545837",
                "imei1": "26349521545837",
                "imei2": "26349521545837",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 233
ETag W/"e9-hHrHw1EQZ0NQhaI0XqY1foFo0I4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Job created successfully. ","data":{"id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"tr_customer_id":154218,"tr_customer_product_id":154208,"job_number":"JOB_154201"}}
Test Information
NamePassedFailedSkipped
Status code is 200 1 0 0
Verify if response message is Job Created Successfully 1 0 0
Verify that response time is below 500 1 0 0
Verify JSON Schema 1 0 0
Verify that id is present in the response data 1 0 0
Verify that mst_service_location_id is present in the response data 1 0 0
Verify that mst_platform_id is present in the response data 1 0 0
Verify that mst_warrenty_status_id is present in the response data 1 0 0
Verify that mst_oem_id is present in the response data 1 0 0
Verify that tr_customer_id is present in the response data 1 0 0
Verify that tr_customer_product_id is present in the response data 1 0 0
Verify that job_number is present in the response data 1 0 0
Verify job_number starts with JOB_ 1 0 0
Total 13 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 401 - Unauthorized
Mean time per request: 216ms
Mean size per request: 17B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
randomnumber 390
randomFirstName Nigel
randomLastName Block
randomEmail Boyd_Hamill84@hotmail.com
randomPhone 778-883-3141
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1c937b05-31ad-41c2-b4fb-d362738fd6de
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1050
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Lexie",
                "last_name": "Jacobs",
                "mobile_number": "565-826-9693",
                "mobile_number_alt": "",
                "email_id": "Trenton60@hotmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"52014007697132",
                "imei1": "52014007697132",
                "imei2": "52014007697132",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type text/html; charset=utf-8
Content-Length 17
ETag W/"11-FLPMxCfH56IlIYLRaOTETEMIwHM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:47 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
401: Unauthorized
Test Information
NamePassedFailedSkipped
Verify if the status code is 401 1 0 0
Total 1 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 217ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1Mzd9.7_IpTksT-xHgTI9fc-h56P_C8fj2VQgTLE4uTlC1pDY
randomnumber 477
randomFirstName Cedrick
randomLastName Stiedemann
randomEmail Alfonso_Bahringer7@yahoo.com
randomPhone 277-876-2438
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token d79302b8-d363-4f58-83b4-fbf6e120fd97
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1046
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Constance",
                "last_name": "Kihn",
                "mobile_number": "827-236-1267",
                "mobile_number_alt": "",
                "email_id": "Corbin95@gmail.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"1561707179977",
                "imei1": "1561707179977",
                "imei2": "1561707179977",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 403 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 403
expected response to have status code 403 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 219ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
randomnumber 333
randomFirstName Rebekah
randomLastName Kirlin
randomEmail Nannie.Wolff@gmail.com
randomPhone 656-506-9594
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 7d4986ba-fd6c-4720-a541-08a22ed61379
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 500 - Internal Server Error
Mean time per request: 218ms
Mean size per request: 143B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
randomnumber 717
randomFirstName Emmanuelle
randomLastName Ullrich
randomEmail Jarrett.Mills30@gmail.com
randomPhone 594-265-9520
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6fba7ba7-e5bf-4913-a93c-9aa235a70662
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 1043
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
            "customer": {
                "first_name": "Kale",
                "last_name": "Daugherty",
                "mobile_number": "991-732-3643",
                "mobile_number_alt": "",
                "email_id": "Antonetta_Stehr40@yahoo.com",
                "email_id_alt": ""
            },
            "customer_address": {
                "flat_number": "23",
                "apartment_name": "Ganga",
                "street_name": "ganga road",
                "landmark": "hgjhggjkkj",
                "area": "Ghartanpada",
                "pincode": "820023",
                "country": "India",
                "state": "Maharashtra"
            },
            "customer_product": {
                "dop": "2025-11-04T23:00:00.000Z",
                "serial_number":"100000910",
                "imei1": "100000910",
                "imei2": "100000910",
                "popurl": "2025-11-04T23:00:00.000Z",
                "product_id": 3,
                "mst_model_id": 3
            },
            "problems": [
                {
                    "id": 3,
                    "remark": ""
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 143
ETag W/"8f-asfwh61GY//05D/sXjFd8ssjiig"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":500,"message":"\"serial_number\" length must be at least 14 characters long","name":"APIError","isPublic":false,"isOperational":true}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Verify if the status code is 400
expected response to have status code 400 but got 500
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/create' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"mst_service_location_id":0,"mst_platform_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"customer":{"first_name":"Nibriti","last_name":"singh","mobile_number":"7982839213","mobile_number_alt":"","email_id":"nivriti.singh@gmail.com","email_id_alt":"nivriti.singh@gmail.com"},"customer_address":{"flat_number":"23","apartment_name":"Ganga","street_name":"lingepolder","landmark":"hgjhggjkkj","area":"Ghartanpada","pincode":"800023","country":"India","state":"Maharashtra"},"customer_product":{"dop":"2025-11-04T23:00:00.000Z","serial_number":"012345678945678","imei1":"012345678945678","imei2":"012345678945678","popurl":"2025-11-04T23:00:00.000Z","product_id":3,"mst_model_id":3},"problems":[{"id":3,"remark":""}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/create
Response Information
Response Code: 400 - Bad Request
Mean time per request: 217ms
Mean size per request: 279B

Test Pass Percentage
100 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
randomnumber 142
randomFirstName Bryon
randomLastName Stracke
randomEmail Abelardo2@yahoo.com
randomPhone 968-477-9904
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5873c55c-9b6f-4302-a1c4-600dc23724b4
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 122
Request Body
{
            "mst_service_location_id": 0,
            "mst_platform_id": 2,
            "mst_warrenty_status_id": 1,
            "mst_oem_id": 2,
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 279
ETag W/"117-pI2NRiqqXTjFlE7JHZVj9IkY8oo"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:48 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"status":400,"message":"Unexpected token } in JSON at position 121","expose":true,"statusCode":400,"body":"{\r\n    \"mst_service_location_id\": 0,\r\n    \"mst_platform_id\": 2,\r\n    \"mst_warrenty_status_id\": 1,\r\n    \"mst_oem_id\": 2,\r\n}","type":"entity.parse.failed"}
Test Information
NamePassedFailedSkipped
Verify if the status code is 400 1 0 0
Verify if the error message is shown 1 0 0
Total 2 0 0
Test Failure
Test NameAssertion Error
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 242B

Test Pass Percentage
0 %
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e29fb111-944a-4163-8daf-322a3b08d647
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-dZPbLyQtCwTwa8DJP0XqF/TCVKE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":4},{"label":"Created today","key":"created_today","count":377},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
NamePassedFailedSkipped
Check if the count for the created jobs today is greater than the old value 0 1 0
Total 0 1 0
Test Failure
Test NameAssertion Error
Check if the count for the created jobs today is greater than the old value
the argument to above must be a number
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"created_today"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 286ms
Mean size per request: 365.62KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 9ee0d2a4-1906-4e7d-9886-c9bac56ec4b6
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 31
Request Body
{"details_key":"created_today"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"5b678-cIq1n1cuJ9JV7UeanA/zgCyt2B8"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:24.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154091,"job_number":"JOB_154091","tr_customer_id":154108,"tr_customer_product_id":154098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:18:06.000Z","name":"Daija Von","mobile_number":"322-310-2307","email_id":"Declan.Funk@yahoo.com","dop":"2025-04-06","serial_number":"13889772195585","imei1":"13889772195585","imei2":"13889772195585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154107,"job_number":"JOB_154107","tr_customer_id":154124,"tr_customer_product_id":154114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:43.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11626896903705","imei1":"11626896903705","imei2":"11626896903705","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154109,"job_number":"JOB_154109","tr_customer_id":154126,"tr_customer_product_id":154116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:24:09.000Z","name":"Reva Gleichner","mobile_number":"857-563-0011","email_id":"Gennaro.Crist28@hotmail.com","dop":"2025-06-18","serial_number":"10332046478949","imei1":"10332046478949","imei2":"10332046478949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154113,"job_number":"JOB_154113","tr_customer_id":154130,"tr_customer_product_id":154120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:58.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10585837085856","imei1":"10585837085856","imei2":"10585837085856","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154116,"job_number":"JOB_154116","tr_customer_id":154133,"tr_customer_product_id":154123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:04.000Z","modified_at":"2026-01-14T06:24:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13524504839883","imei1":"13524504839883","imei2":"13524504839883","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154118,"job_number":"JOB_154118","tr_customer_id":154135,"tr_customer_product_id":154125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:49.000Z","name":"Mollie Doyle","mobile_number":"231-246-9135","email_id":"Carolanne_Parisian33@hotmail.com","dop":"2025-06-18","serial_number":"10199391529659","imei1":"10199391529659","imei2":"10199391529659","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154121,"job_number":"JOB_154121","tr_customer_id":154138,"tr_customer_product_id":154128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:27.000Z","modified_at":"2026-01-14T06:27:06.000Z","name":"Lilly Heller","mobile_number":"215-284-6151","email_id":"Elliott33@hotmail.com","dop":"2025-04-06","serial_number":"17395068759147","imei1":"17395068759147","imei2":"17395068759147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154124,"job_number":"JOB_154124","tr_customer_id":154141,"tr_customer_product_id":154131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:54.000Z","name":"Gregorio Cummerata","mobile_number":"509-850-4612","email_id":"Cathryn_Jenkins26@gmail.com","dop":"2025-04-06","serial_number":"14034102614125","imei1":"14034102614125","imei2":"14034102614125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154127,"job_number":"JOB_154127","tr_customer_id":154144,"tr_customer_product_id":154134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:46.000Z","name":"Darius Gibson","mobile_number":"522-641-7991","email_id":"Sanford.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"13919490022379","imei1":"13919490022379","imei2":"13919490022379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154131,"job_number":"JOB_154131","tr_customer_id":154148,"tr_customer_product_id":154138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"Simeon Russel","mobile_number":"510-612-1016","email_id":"Dennis78@gmail.com","dop":"2025-04-06","serial_number":"11250569492197","imei1":"11250569492197","imei2":"11250569492197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154136,"job_number":"JOB_154136","tr_customer_id":154153,"tr_customer_product_id":154143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:30:14.000Z","name":"Cecil Block","mobile_number":"693-829-2977","email_id":"Lorenz.Purdy91@yahoo.com","dop":"2025-04-06","serial_number":"12142990971902","imei1":"12142990971902","imei2":"12142990971902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154139,"job_number":"JOB_154139","tr_customer_id":154156,"tr_customer_product_id":154146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:22.000Z","modified_at":"2026-01-14T06:30:59.000Z","name":"Lamar Quitzon","mobile_number":"200-675-6834","email_id":"Kristopher54@yahoo.com","dop":"2025-04-06","serial_number":"14855572082858","imei1":"14855572082858","imei2":"14855572082858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154141,"job_number":"JOB_154141","tr_customer_id":154158,"tr_customer_product_id":154148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:25.000Z","modified_at":"2026-01-14T06:33:59.000Z","name":"Bette Terry","mobile_number":"859-769-4755","email_id":"Emmalee.Cummerata84@yahoo.com","dop":"2025-04-06","serial_number":"17660785730277","imei1":"17660785730277","imei2":"17660785730277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154144,"job_number":"JOB_154144","tr_customer_id":154161,"tr_customer_product_id":154151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:08.000Z","modified_at":"2026-01-14T06:34:42.000Z","name":"Ana Quitzon","mobile_number":"947-875-0473","email_id":"Laury_Spinka54@gmail.com","dop":"2025-04-06","serial_number":"16369899455816","imei1":"16369899455816","imei2":"16369899455816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154147,"job_number":"JOB_154147","tr_customer_id":154164,"tr_customer_product_id":154154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:15.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Cristobal Thiel","mobile_number":"994-427-9066","email_id":"Adrian10@yahoo.com","dop":"2000-01-31","serial_number":"10221139667662","imei1":"10221139667662","imei2":"10221139667662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154150,"job_number":"JOB_154150","tr_customer_id":154167,"tr_customer_product_id":154157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:35:22.000Z","name":"Nedra Mante","mobile_number":"529-898-6102","email_id":"Helena_Smith80@hotmail.com","dop":"2025-04-06","serial_number":"15611308934794","imei1":"15611308934794","imei2":"15611308934794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154153,"job_number":"JOB_154153","tr_customer_id":154170,"tr_customer_product_id":154160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:57.000Z","modified_at":"2026-01-14T06:35:31.000Z","name":"Olga Konopelski","mobile_number":"970-840-3586","email_id":"Eulalia39@gmail.com","dop":"2000-01-31","serial_number":"10227541627572","imei1":"10227541627572","imei2":"10227541627572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154156,"job_number":"JOB_154156","tr_customer_id":154173,"tr_customer_product_id":154163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:29.000Z","modified_at":"2026-01-14T06:36:05.000Z","name":"Shanie Hansen","mobile_number":"383-980-9180","email_id":"Douglas79@hotmail.com","dop":"2025-04-06","serial_number":"17341227724287","imei1":"17341227724287","imei2":"17341227724287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154159,"job_number":"JOB_154159","tr_customer_id":154176,"tr_customer_product_id":154166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:36:13.000Z","name":"Miguel Kreiger","mobile_number":"977-831-6455","email_id":"Jovani.Shields@gmail.com","dop":"2000-01-31","serial_number":"10827754416272","imei1":"10827754416272","imei2":"10827754416272","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154162,"job_number":"JOB_154162","tr_customer_id":154179,"tr_customer_product_id":154169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:36:18.000Z","name":"Maeve Jerde","mobile_number":"920-290-8389","email_id":"Gilbert.Sporer@hotmail.com","dop":"2025-04-06","serial_number":"12743996783609","imei1":"12743996783609","imei2":"12743996783609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154165,"job_number":"JOB_154165","tr_customer_id":154182,"tr_customer_product_id":154172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:55.000Z","name":"Liana Gulgowski","mobile_number":"239-450-4917","email_id":"Jamey.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10298454519988","imei1":"10298454519988","imei2":"10298454519988","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154168,"job_number":"JOB_154168","tr_customer_id":154185,"tr_customer_product_id":154175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:37:04.000Z","name":"Madisyn Nicolas","mobile_number":"350-595-6146","email_id":"Faustino.Pollich27@yahoo.com","dop":"2025-04-06","serial_number":"17915228484757","imei1":"17915228484757","imei2":"17915228484757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154171,"job_number":"JOB_154171","tr_customer_id":154188,"tr_customer_product_id":154178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:15.000Z","modified_at":"2026-01-14T06:37:56.000Z","name":"Tomas Haag","mobile_number":"868-257-5554","email_id":"Isaac46@yahoo.com","dop":"2025-04-06","serial_number":"10463176650217","imei1":"10463176650217","imei2":"10463176650217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154174,"job_number":"JOB_154174","tr_customer_id":154191,"tr_customer_product_id":154181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:54.000Z","name":"Viva Kessler","mobile_number":"765-768-5540","email_id":"Kayleigh_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"17467492840027","imei1":"17467492840027","imei2":"17467492840027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154177,"job_number":"JOB_154177","tr_customer_id":154194,"tr_customer_product_id":154184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:37.000Z","name":"Amira Smith","mobile_number":"642-704-8941","email_id":"Myra74@yahoo.com","dop":"2025-04-06","serial_number":"19237423963941","imei1":"19237423963941","imei2":"19237423963941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154179,"job_number":"JOB_154179","tr_customer_id":154196,"tr_customer_product_id":154186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:24.000Z","modified_at":"2026-01-14T06:42:00.000Z","name":"Sven Dach","mobile_number":"750-768-4719","email_id":"Earnestine26@hotmail.com","dop":"2025-04-06","serial_number":"17024420905663","imei1":"17024420905663","imei2":"17024420905663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154182,"job_number":"JOB_154182","tr_customer_id":154199,"tr_customer_product_id":154189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:42:19.000Z","name":"Tod Zemlak","mobile_number":"664-656-6633","email_id":"Floy85@hotmail.com","dop":"2025-04-06","serial_number":"14072984813457","imei1":"14072984813457","imei2":"14072984813457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154184,"job_number":"JOB_154184","tr_customer_id":154201,"tr_customer_product_id":154191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:55.000Z","modified_at":"2026-01-14T06:42:40.000Z","name":"Cristal Daugherty","mobile_number":"261-234-6632","email_id":"Zane_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"19864832230161","imei1":"19864832230161","imei2":"19864832230161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154187,"job_number":"JOB_154187","tr_customer_id":154204,"tr_customer_product_id":154194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:32.000Z","name":"Dixie Quigley","mobile_number":"874-646-6553","email_id":"Morris_Schaden@gmail.com","dop":"2025-04-06","serial_number":"11720591410960","imei1":"11720591410960","imei2":"11720591410960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154188,"job_number":"JOB_154188","tr_customer_id":154205,"tr_customer_product_id":154195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:34.000Z","name":"Karson Kutch","mobile_number":"684-528-8087","email_id":"Kamren_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10032841181157","imei1":"10032841181157","imei2":"10032841181157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154192,"job_number":"JOB_154192","tr_customer_id":154209,"tr_customer_product_id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:50:10.000Z","name":"Carlie Boehm","mobile_number":"937-577-3138","email_id":"Jan_Bailey@hotmail.com","dop":"2025-04-06","serial_number":"16591221266619","imei1":"16591221266619","imei2":"16591221266619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154195,"job_number":"JOB_154195","tr_customer_id":154212,"tr_customer_product_id":154202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:47.000Z","name":"Johnny Rath","mobile_number":"257-680-9169","email_id":"Yasmeen.Kunde68@yahoo.com","dop":"2025-04-06","serial_number":"14319025814076","imei1":"14319025814076","imei2":"14319025814076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154197,"job_number":"JOB_154197","tr_customer_id":154214,"tr_customer_product_id":154204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:09.000Z","modified_at":"2026-01-14T07:00:48.000Z","name":"Marlen Wilderman","mobile_number":"793-997-4718","email_id":"Billie38@gmail.com","dop":"2025-04-06","serial_number":"13835497114860","imei1":"13835497114860","imei2":"13835497114860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:08.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154089,"job_number":"JOB_154089","tr_customer_id":154106,"tr_customer_product_id":154096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:07.000Z","modified_at":"2026-01-14T06:17:30.000Z","name":"Trey Larson","mobile_number":"398-927-9041","email_id":"Rita.Lockman@yahoo.com","dop":"2025-10-01","serial_number":"17086184724603","imei1":"17086184724603","imei2":"17086184724603","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154094,"job_number":"JOB_154094","tr_customer_id":154111,"tr_customer_product_id":154101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:15.000Z","name":"Lane Sipes","mobile_number":"504-390-7833","email_id":"Daniela.Homenick@hotmail.com","dop":"2025-06-09","serial_number":"104192624531284","imei1":"104192624531284","imei2":"104192624531284","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154097,"job_number":"JOB_154097","tr_customer_id":154114,"tr_customer_product_id":154104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:29.000Z","name":"Elizabeth Luettgen","mobile_number":"934-412-3780","email_id":"Hollis_Johnston33@hotmail.com","dop":"2025-06-09","serial_number":"102291455033185","imei1":"102291455033185","imei2":"102291455033185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154100,"job_number":"JOB_154100","tr_customer_id":154117,"tr_customer_product_id":154107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:43.000Z","name":"Andrew VonRueden","mobile_number":"716-262-1040","email_id":"Anastasia_Reichel17@gmail.com","dop":"2025-06-09","serial_number":"106703606040391","imei1":"106703606040391","imei2":"106703606040391","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154102,"job_number":"JOB_154102","tr_customer_id":154119,"tr_customer_product_id":154109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:32.000Z","modified_at":"2026-01-14T06:21:43.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"89312230929787","imei1":"89312230929787","imei2":"89312230929787","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154103,"job_number":"JOB_154103","tr_customer_id":154120,"tr_customer_product_id":154110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:47.000Z","modified_at":"2026-01-14T06:21:58.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"13531816808550","imei1":"13531816808550","imei2":"13531816808550","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154104,"job_number":"JOB_154104","tr_customer_id":154121,"tr_customer_product_id":154111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:22:02.000Z","modified_at":"2026-01-14T06:22:13.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"80938111541625","imei1":"80938111541625","imei2":"80938111541625","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154129,"job_number":"JOB_154129","tr_customer_id":154146,"tr_customer_product_id":154136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:48.000Z","modified_at":"2026-01-14T06:28:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"71423107519664","imei1":"71423107519664","imei2":"71423107519664","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154133,"job_number":"JOB_154133","tr_customer_id":154150,"tr_customer_product_id":154140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:03.000Z","modified_at":"2026-01-14T06:29:13.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"79074489651727","imei1":"79074489651727","imei2":"79074489651727","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154134,"job_number":"JOB_154134","tr_customer_id":154151,"tr_customer_product_id":154141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:18.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"28655533978288","imei1":"28655533978288","imei2":"28655533978288","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:31.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:44.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:25:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:47.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_99821"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 2e84a763-ceb3-4281-ab14-2ad3738e1ea3
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{
            "searchText": "JOB_104254"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_99821' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNjI5NDl9.kEPHaxMnkBHMt1PEsKRGgj3shHkaYg7vFWtNmM5u4R0' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154201
Response Information
Response Code: 200 - OK
Mean time per request: 225ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b83713b0-2ac9-47ec-9df5-693ab98b188a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:49 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamsup","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 698B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 51ba1caf-d6d9-48b4-83f1-f878b33c80d2
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 59
Request Body
{
            "username": "iamsup",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 698
ETag W/"2ba-/b1joXboZSIYlVRRY+okCVHBESs"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTB9.06fNZVRqFoYlNy3vE3X61Pr1XGlyakRm253RG5OoeAs"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 444B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTB9.06fNZVRqFoYlNy3vE3X61Pr1XGlyakRm253RG5OoeAs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 94a7ea68-db43-45b6-b741-947e93a28415
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 444
ETag W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":1,"first_name":"John","last_name":"Cena","login_id":"iamsup","mobile_number":"9988778899","email_id":"john@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":2,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Supervisor","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 253ms
Mean size per request: 248B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTB9.06fNZVRqFoYlNy3vE3X61Pr1XGlyakRm253RG5OoeAs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 188161df-1bb9-4ee2-8d81-28af1078aa04
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 248
ETag W/"f8-1aRajxhoF1iIGL9PEmPD9mFk/xY"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for assignment","key":"pending_for_assignment","count":263},{"label":"Pending for repair","key":"pending_for_repair","count":0},{"label":"Pending for delivery","key":"pending_for_delivery","count":4}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 249ms
Mean size per request: 255.65KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI5Mzc1MTB9.-O6f2f7yIF827L6J6ejis6RAsTLeJu8tivTqfyx0T-Y
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 29d28ecb-fb49-481a-8377-ad3f041e902b
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3fe96-8FaRUbtTXTL9puRbZp9bH9WYU4Y"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:50 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:47.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:25:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/mapped' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/mapped
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 866B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTB9.06fNZVRqFoYlNy3vE3X61Pr1XGlyakRm253RG5OoeAs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 102bbac7-44c9-4f26-aed0-4b758e8d3b74
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 866
ETag W/"362-uZ8Ftnx2Af1NjAWrk0wJooRkni0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"},{"id":17,"first_name":"Jay ","last_name":"Howard","login_id":"jhoward","mobile_number":"3434524356","email_id":"Jay@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":true,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2022-08-19T13:34:19.000Z","modified_at":"2022-08-19T13:34:19.000Z","role_name":"Engineer","service_location":"Service Center A"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/assign' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjIzNzI3NDJ9.IEtAMRF9vZn3LlTSasN0Llk5gwReGWkTINNzM8zYe8A' \ -H 'Cache-Control: no-cache' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Pragma: no-cache' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36' \ --data-raw '{"job_id":99821,"engineer_id":17}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/assign
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 54B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTB9.06fNZVRqFoYlNy3vE3X61Pr1XGlyakRm253RG5OoeAs
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f80ced6-07f7-40f9-b4f2-b317ff47190a
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 49
Request Body
{
            "job_id": 154201,
            "engineer_id": 2
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 54
ETag W/"36-SJqPGnqoYGAacRPYXRhhHPv8y+E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Engineer assigned successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/pending' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDEzNjh9.ejrA7BJz_H-2keUgA284RVE6WB4vB5-7eYUdu6PhPXI' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/job/pending
Response Information
Response Code: 200 - OK
Mean time per request: 260ms
Mean size per request: 254.68KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiZmlyc3RfbmFtZSI6IkpvaG4iLCJsYXN0X25hbWUiOiJDZW5hIiwibG9naW5faWQiOiJpYW1zdXAiLCJtb2JpbGVfbnVtYmVyIjoiOTk4ODc3ODg5OSIsImVtYWlsX2lkIjoiam9obkBnbWFpbC5jb20iLCJwYXNzd29yZCI6IjVmNGRjYzNiNWFhNzY1ZDYxZDgzMjdkZWI4ODJjZjk5IiwicmVzZXRfcGFzc3dvcmRfZGF0ZSI6bnVsbCwibG9ja19zdGF0dXMiOjAsImlzX2FjdGl2ZSI6MSwibXN0X3JvbGVfaWQiOjIsIm1zdF9zZXJ2aWNlX2xvY2F0aW9uX2lkIjoxLCJjcmVhdGVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwibW9kaWZpZWRfYXQiOiIyMDIxLTEyLTIwVDA3OjQyOjAwLjAwMFoiLCJyb2xlX25hbWUiOiJTdXBlcnZpc29yIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTB9.06fNZVRqFoYlNy3vE3X61Pr1XGlyakRm253RG5OoeAs
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 699bf412-fbb0-464f-8d33-b8ce1a9f0fbb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"3fab7-aFWE17Y92kccKsQlfSIKPq53YGo"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153812,"job_number":"JOB_153812","tr_customer_id":153829,"tr_customer_product_id":153819,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:57:04.000Z","modified_at":"2026-01-13T19:57:04.000Z","name":"Bipin Deshpande","mobile_number":"45365676755","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"4565345453245345","imei1":"4253454532478745","imei2":"3542534545323456","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T19:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153813,"job_number":"JOB_153813","tr_customer_id":153830,"tr_customer_product_id":153820,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:41:59.000Z","modified_at":"2026-01-13T21:41:59.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13801286133692","imei1":"13801286133692","imei2":"13801286133692","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:41:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153815,"job_number":"JOB_153815","tr_customer_id":153832,"tr_customer_product_id":153822,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:01.000Z","modified_at":"2026-01-13T21:42:01.000Z","name":"Crawford Prohaska","mobile_number":"236-335-9617","email_id":"Casimir62@gmail.com","dop":"2025-04-06","serial_number":"18359918564085810","imei1":"18359918564085810","imei2":"18359918564085810","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153816,"job_number":"JOB_153816","tr_customer_id":153833,"tr_customer_product_id":153823,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:43.000Z","modified_at":"2026-01-13T21:42:43.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16368037681807","imei1":"16368037681807","imei2":"16368037681807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153818,"job_number":"JOB_153818","tr_customer_id":153835,"tr_customer_product_id":153825,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:42:45.000Z","modified_at":"2026-01-13T21:42:45.000Z","name":"Marielle Hyatt","mobile_number":"725-725-3547","email_id":"Keyon_Lind76@yahoo.com","dop":"2025-04-06","serial_number":"18517721757772924","imei1":"18517721757772924","imei2":"18517721757772924","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:42:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153819,"job_number":"JOB_153819","tr_customer_id":153836,"tr_customer_product_id":153826,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:27.000Z","modified_at":"2026-01-13T21:43:27.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19159480233673","imei1":"19159480233673","imei2":"19159480233673","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153821,"job_number":"JOB_153821","tr_customer_id":153838,"tr_customer_product_id":153828,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T21:43:29.000Z","modified_at":"2026-01-13T21:43:29.000Z","name":"Newell Powlowski","mobile_number":"773-985-6478","email_id":"Melba.Bergstrom@yahoo.com","dop":"2025-04-06","serial_number":"13813240851495352","imei1":"13813240851495352","imei2":"13813240851495352","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T21:43:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153822,"job_number":"JOB_153822","tr_customer_id":153839,"tr_customer_product_id":153829,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:02.000Z","modified_at":"2026-01-13T23:37:02.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"18836592954988","imei1":"18836592954988","imei2":"18836592954988","popurl":"2026-01-03T23:37:02.475793597Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153823,"job_number":"JOB_153823","tr_customer_id":153840,"tr_customer_product_id":153830,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:37:03.000Z","modified_at":"2026-01-13T23:37:03.000Z","name":"Gauranga Ganaka","mobile_number":"7078328768","email_id":"aditya.patil@gmail.com","dop":"2026-01-03","serial_number":"496561003206396","imei1":"496561003206396","imei2":"496561003206396","popurl":"www.gouranga-deshpande.name","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:37:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153824,"job_number":"JOB_153824","tr_customer_id":153841,"tr_customer_product_id":153831,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T23:39:29.000Z","modified_at":"2026-01-13T23:39:29.000Z","name":"Debika Nag","mobile_number":"7434565434","email_id":"debika0989@gmail.com","dop":"2026-01-03","serial_number":"79946591955889","imei1":"79946591955889","imei2":"79946591955889","popurl":"2026-01-03T23:39:29.377730358Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-13T23:39:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153830,"job_number":"JOB_153830","tr_customer_id":153847,"tr_customer_product_id":153837,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:42.000Z","modified_at":"2026-01-14T01:48:42.000Z","name":"Mafalda Reynolds","mobile_number":"536-449-2393","email_id":"Rafaela.Stokes13@hotmail.com","dop":"2025-04-06","serial_number":"11221075564874842","imei1":"11221075564874842","imei2":"11221075564874842","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:48:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153832,"job_number":"JOB_153832","tr_customer_id":153849,"tr_customer_product_id":153839,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:15.000Z","modified_at":"2026-01-14T01:49:15.000Z","name":"Maribel Wilderman","mobile_number":"788-602-1643","email_id":"Abelardo42@gmail.com","dop":"2025-04-06","serial_number":"13832123059525444","imei1":"13832123059525444","imei2":"13832123059525444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153834,"job_number":"JOB_153834","tr_customer_id":153851,"tr_customer_product_id":153841,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:46.000Z","modified_at":"2026-01-14T01:49:46.000Z","name":"Emerson Brekke","mobile_number":"567-235-2746","email_id":"Toney_Borer49@yahoo.com","dop":"2025-04-06","serial_number":"17309567283472428","imei1":"17309567283472428","imei2":"17309567283472428","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:49:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153837,"job_number":"JOB_153837","tr_customer_id":153854,"tr_customer_product_id":153844,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:37.000Z","modified_at":"2026-01-14T02:23:37.000Z","name":"Roxane Lesch","mobile_number":"734-499-3685","email_id":"Cathy_Kemmer@hotmail.com","dop":"2025-04-06","serial_number":"17017000929359394","imei1":"17017000929359394","imei2":"17017000929359394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:23:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153839,"job_number":"JOB_153839","tr_customer_id":153856,"tr_customer_product_id":153846,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:11.000Z","modified_at":"2026-01-14T02:24:11.000Z","name":"Ruben Von","mobile_number":"817-638-7665","email_id":"Liam78@gmail.com","dop":"2025-04-06","serial_number":"15571069299514082","imei1":"15571069299514082","imei2":"15571069299514082","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153841,"job_number":"JOB_153841","tr_customer_id":153858,"tr_customer_product_id":153848,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:44.000Z","modified_at":"2026-01-14T02:24:44.000Z","name":"Neil Hauck","mobile_number":"202-491-0473","email_id":"Clarissa_Smith15@yahoo.com","dop":"2025-04-06","serial_number":"15953837992074656","imei1":"15953837992074656","imei2":"15953837992074656","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:24:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153845,"job_number":"JOB_153845","tr_customer_id":153862,"tr_customer_product_id":153852,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:35.000Z","modified_at":"2026-01-14T03:56:35.000Z","name":"Michele Ernser","mobile_number":"342-253-4122","email_id":"Reece.Schmitt@gmail.com","dop":"2025-04-06","serial_number":"17458354335989604","imei1":"17458354335989604","imei2":"17458354335989604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153846,"job_number":"JOB_153846","tr_customer_id":153863,"tr_customer_product_id":153853,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:56:41.000Z","name":"Dhananjay Mandlik","mobile_number":"9405167371","email_id":"dmandlik92@gmail.com","dop":"2025-04-06","serial_number":"10898596205226","imei1":"10898596205226","imei2":"10898596205226","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153849,"job_number":"JOB_153849","tr_customer_id":153866,"tr_customer_product_id":153856,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:43.000Z","modified_at":"2026-01-14T03:56:43.000Z","name":"Mabelle Kertzmann","mobile_number":"628-957-0931","email_id":"Demetris.Lubowitz@gmail.com","dop":"2025-04-06","serial_number":"15953100137417552","imei1":"15953100137417552","imei2":"15953100137417552","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153851,"job_number":"JOB_153851","tr_customer_id":153868,"tr_customer_product_id":153858,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:59.000Z","modified_at":"2026-01-14T03:56:59.000Z","name":"Catalina Hand","mobile_number":"869-388-6174","email_id":"Cora.Feil24@yahoo.com","dop":"2025-04-06","serial_number":"11597847814893040","imei1":"11597847814893040","imei2":"11597847814893040","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:56:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153852,"job_number":"JOB_153852","tr_customer_id":153869,"tr_customer_product_id":153859,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:03.000Z","modified_at":"2026-01-14T03:57:03.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18473210687744","imei1":"18473210687744","imei2":"18473210687744","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153853,"job_number":"JOB_153853","tr_customer_id":153870,"tr_customer_product_id":153860,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:04.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10987866097800","imei1":"10987866097800","imei2":"10987866097800","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153856,"job_number":"JOB_153856","tr_customer_id":153873,"tr_customer_product_id":153863,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Peter West","mobile_number":"446-542-9498","email_id":"Ines.Skiles12@yahoo.com","dop":"2025-06-18","serial_number":"1060219378186920","imei1":"1060219378186920","imei2":"1060219378186920","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153857,"job_number":"JOB_153857","tr_customer_id":153874,"tr_customer_product_id":153864,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:05.000Z","modified_at":"2026-01-14T03:57:05.000Z","name":"Myron Senger","mobile_number":"498-472-3870","email_id":"Shawn_Lehner@yahoo.com","dop":"2025-04-06","serial_number":"11925469142506970","imei1":"11925469142506970","imei2":"11925469142506970","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153859,"job_number":"JOB_153859","tr_customer_id":153876,"tr_customer_product_id":153866,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:09.000Z","modified_at":"2026-01-14T03:57:09.000Z","name":"Arne Schiller","mobile_number":"586-862-3446","email_id":"Emmitt25@yahoo.com","dop":"2025-04-06","serial_number":"12226353596865378","imei1":"12226353596865378","imei2":"12226353596865378","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153860,"job_number":"JOB_153860","tr_customer_id":153877,"tr_customer_product_id":153867,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:11.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17250740138220","imei1":"17250740138220","imei2":"17250740138220","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153862,"job_number":"JOB_153862","tr_customer_id":153879,"tr_customer_product_id":153869,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:12.000Z","modified_at":"2026-01-14T03:57:12.000Z","name":"Adolphus Dickinson","mobile_number":"303-433-5844","email_id":"Laurel.Sauer@gmail.com","dop":"2025-04-06","serial_number":"15347489580170848","imei1":"15347489580170848","imei2":"15347489580170848","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153865,"job_number":"JOB_153865","tr_customer_id":153882,"tr_customer_product_id":153872,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:19.000Z","modified_at":"2026-01-14T03:57:19.000Z","name":"Kiara Pagac","mobile_number":"757-327-8586","email_id":"Jasen.Swaniawski@hotmail.com","dop":"2025-04-06","serial_number":"16654903632168444","imei1":"16654903632168444","imei2":"16654903632168444","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153866,"job_number":"JOB_153866","tr_customer_id":153883,"tr_customer_product_id":153873,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:57:25.000Z","name":"D M","mobile_number":"9405167371","email_id":"dmandlik92345@gmail.com","dop":"2025-04-06","serial_number":"11189859380773","imei1":"11189859380773","imei2":"11189859380773","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153868,"job_number":"JOB_153868","tr_customer_id":153885,"tr_customer_product_id":153875,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:26.000Z","modified_at":"2026-01-14T03:57:26.000Z","name":"Maddison Howe","mobile_number":"592-234-2422","email_id":"Cheyanne.Marquardt@gmail.com","dop":"2025-04-06","serial_number":"13551518096024920","imei1":"13551518096024920","imei2":"13551518096024920","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153871,"job_number":"JOB_153871","tr_customer_id":153888,"tr_customer_product_id":153878,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:35.000Z","modified_at":"2026-01-14T03:57:35.000Z","name":"Brett Schultz","mobile_number":"759-559-1218","email_id":"Magali52@gmail.com","dop":"2025-04-06","serial_number":"16354969629385538","imei1":"16354969629385538","imei2":"16354969629385538","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153872,"job_number":"JOB_153872","tr_customer_id":153889,"tr_customer_product_id":153879,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17621156252266","imei1":"17621156252266","imei2":"17621156252266","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153874,"job_number":"JOB_153874","tr_customer_id":153891,"tr_customer_product_id":153881,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Stephen Osinski","mobile_number":"521-511-1720","email_id":"Darlene.Glover@gmail.com","dop":"2025-09-09","serial_number":"13944089002417","imei1":"13944089002417","imei2":"13944089002417","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153875,"job_number":"JOB_153875","tr_customer_id":153892,"tr_customer_product_id":153882,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Juanita Hand","mobile_number":"768-687-5416","email_id":"Flo.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"13478061187543118","imei1":"13478061187543118","imei2":"13478061187543118","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153876,"job_number":"JOB_153876","tr_customer_id":153893,"tr_customer_product_id":153883,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:38.000Z","name":"Kay Turcotte","mobile_number":"318-370-3302","email_id":"Keenan_Kohler92@yahoo.com","dop":"2025-09-09","serial_number":"19270992775618","imei1":"19270992775618","imei2":"19270992775618","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153878,"job_number":"JOB_153878","tr_customer_id":153895,"tr_customer_product_id":153885,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"19852227830732","imei1":"19852227830732","imei2":"19852227830732","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153880,"job_number":"JOB_153880","tr_customer_id":153897,"tr_customer_product_id":153887,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:40.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Halle Littel","mobile_number":"939-715-1430","email_id":"Gregg.Volkman@hotmail.com","dop":"2025-04-06","serial_number":"10903369170543882","imei1":"10903369170543882","imei2":"10903369170543882","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153881,"job_number":"JOB_153881","tr_customer_id":153898,"tr_customer_product_id":153888,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10469215099361","imei1":"10469215099361","imei2":"10469215099361","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153882,"job_number":"JOB_153882","tr_customer_id":153899,"tr_customer_product_id":153889,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:57:42.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"10502940481411","imei1":"10502940481411","imei2":"10502940481411","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153884,"job_number":"JOB_153884","tr_customer_id":153901,"tr_customer_product_id":153891,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Neoma Buckridge","mobile_number":"372-945-6189","email_id":"Delmer.Legros19@gmail.com","dop":"2025-09-16","serial_number":"12937117569756","imei1":"12937117569756","imei2":"12937117569756","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153885,"job_number":"JOB_153885","tr_customer_id":153902,"tr_customer_product_id":153892,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:43.000Z","modified_at":"2026-01-14T03:57:43.000Z","name":"Brent Ruecker","mobile_number":"277-417-3179","email_id":"Barry.Block@gmail.com","dop":"2025-06-18","serial_number":"1072440085941071","imei1":"1072440085941071","imei2":"1072440085941071","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153886,"job_number":"JOB_153886","tr_customer_id":153903,"tr_customer_product_id":153893,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:57:47.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"11207039392345","imei1":"11207039392345","imei2":"11207039392345","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153889,"job_number":"JOB_153889","tr_customer_id":153906,"tr_customer_product_id":153896,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Jaeden Greenfelder","mobile_number":"441-384-7135","email_id":"Prince56@gmail.com","dop":"2025-04-06","serial_number":"15783348089902112","imei1":"15783348089902112","imei2":"15783348089902112","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153890,"job_number":"JOB_153890","tr_customer_id":153907,"tr_customer_product_id":153897,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:50.000Z","modified_at":"2026-01-14T03:57:50.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18776163686122","imei1":"18776163686122","imei2":"18776163686122","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153891,"job_number":"JOB_153891","tr_customer_id":153908,"tr_customer_product_id":153898,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Mallie Homenick","mobile_number":"824-658-4111","email_id":"Alverta.Durgan@gmail.com","dop":"2025-09-09","serial_number":"17166144639704","imei1":"17166144639704","imei2":"17166144639704","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153893,"job_number":"JOB_153893","tr_customer_id":153910,"tr_customer_product_id":153900,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10505744773662","imei1":"10505744773662","imei2":"10505744773662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153894,"job_number":"JOB_153894","tr_customer_id":153911,"tr_customer_product_id":153901,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Kayley Rutherford","mobile_number":"487-905-1505","email_id":"Matt.Satterfield61@hotmail.com","dop":"2025-09-09","serial_number":"19707321526420","imei1":"19707321526420","imei2":"19707321526420","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153898,"job_number":"JOB_153898","tr_customer_id":153915,"tr_customer_product_id":153905,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"May Brekke","mobile_number":"944-909-7022","email_id":"Marie89@yahoo.com","dop":"2025-04-06","serial_number":"10329216075545576","imei1":"10329216075545576","imei2":"10329216075545576","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153899,"job_number":"JOB_153899","tr_customer_id":153916,"tr_customer_product_id":153906,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:57:52.000Z","name":"Clay Boyle","mobile_number":"203-560-5611","email_id":"Concepcion_Miller@hotmail.com","dop":"2000-01-31","serial_number":"1098058966789985","imei1":"1098058966789985","imei2":"1098058966789985","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:52.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153900,"job_number":"JOB_153900","tr_customer_id":153917,"tr_customer_product_id":153907,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"Kurtis Kassulke","mobile_number":"381-561-2551","email_id":"Lempi.Rohan@gmail.com","dop":"2025-05-30","serial_number":"15881227543176","imei1":"15881227543176","imei2":"15881227543176","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153901,"job_number":"JOB_153901","tr_customer_id":153918,"tr_customer_product_id":153908,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:57:53.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"11802170262977","imei1":"11802170262977","imei2":"11802170262977","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153903,"job_number":"JOB_153903","tr_customer_id":153920,"tr_customer_product_id":153910,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:54.000Z","modified_at":"2026-01-14T03:57:54.000Z","name":"Mark Paucek","mobile_number":"729-733-2081","email_id":"Brannon_Jenkins15@hotmail.com","dop":"2025-05-30","serial_number":"1020256545915889","imei1":"1020256545915889","imei2":"1020256545915889","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153904,"job_number":"JOB_153904","tr_customer_id":153921,"tr_customer_product_id":153911,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"Lyda Blanda","mobile_number":"877-203-8835","email_id":"Jovany_Kozey@gmail.com","dop":"2025-04-06","serial_number":"16931874037868268","imei1":"16931874037868268","imei2":"16931874037868268","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153909,"job_number":"JOB_153909","tr_customer_id":153926,"tr_customer_product_id":153916,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"12452307636039","imei1":"12452307636039","imei2":"12452307636039","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153910,"job_number":"JOB_153910","tr_customer_id":153927,"tr_customer_product_id":153917,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:00.000Z","modified_at":"2026-01-14T03:58:00.000Z","name":"Sheila Leffler","mobile_number":"815-880-7121","email_id":"Verna32@yahoo.com","dop":"2025-09-16","serial_number":"17892701066578","imei1":"17892701066578","imei2":"17892701066578","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153911,"job_number":"JOB_153911","tr_customer_id":153928,"tr_customer_product_id":153918,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"jatin sharma","mobile_number":"7045663552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10210256072221","imei1":"10210256072221","imei2":"10210256072221","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153913,"job_number":"JOB_153913","tr_customer_id":153930,"tr_customer_product_id":153920,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16058580985878","imei1":"16058580985878","imei2":"16058580985878","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153915,"job_number":"JOB_153915","tr_customer_id":153932,"tr_customer_product_id":153922,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:02.000Z","name":"Larry Nikolaus","mobile_number":"548-466-4972","email_id":"Garnet.Gusikowski@hotmail.com","dop":"2025-04-06","serial_number":"17592184188956720","imei1":"17592184188956720","imei2":"17592184188956720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153916,"job_number":"JOB_153916","tr_customer_id":153933,"tr_customer_product_id":153923,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:03.000Z","modified_at":"2026-01-14T03:58:03.000Z","name":"Barrett Wiza","mobile_number":"963-346-3859","email_id":"Genesis_Hickle68@yahoo.com","dop":"2025-04-06","serial_number":"15935660209498654","imei1":"15935660209498654","imei2":"15935660209498654","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153917,"job_number":"JOB_153917","tr_customer_id":153934,"tr_customer_product_id":153924,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Zora Pagac","mobile_number":"558-639-0817","email_id":"Stacy_Schmidt@gmail.com","dop":"2025-09-09","serial_number":"12609146416140","imei1":"12609146416140","imei2":"12609146416140","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153918,"job_number":"JOB_153918","tr_customer_id":153935,"tr_customer_product_id":153925,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"Jadyn Cormier","mobile_number":"720-299-4286","email_id":"Delpha.Spencer@yahoo.com","dop":"2025-09-09","serial_number":"12265440605078","imei1":"12265440605078","imei2":"12265440605078","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153919,"job_number":"JOB_153919","tr_customer_id":153936,"tr_customer_product_id":153926,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"12351345581821","imei1":"12351345581821","imei2":"12351345581821","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153922,"job_number":"JOB_153922","tr_customer_id":153939,"tr_customer_product_id":153929,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Alvina Mosciski","mobile_number":"454-394-8587","email_id":"Hazel_Flatley47@yahoo.com","dop":"2025-04-06","serial_number":"16934981303229204","imei1":"16934981303229204","imei2":"16934981303229204","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153927,"job_number":"JOB_153927","tr_customer_id":153944,"tr_customer_product_id":153934,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:08.000Z","name":"Uday D","mobile_number":"9405167371","email_id":"dmandlik923454@gmail.com","dop":"2025-04-06","serial_number":"17815024174557","imei1":"17815024174557","imei2":"17815024174557","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153930,"job_number":"JOB_153930","tr_customer_id":153947,"tr_customer_product_id":153937,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:10.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Dolly Rempel","mobile_number":"601-610-7360","email_id":"Leatha_Collier87@yahoo.com","dop":"2025-04-06","serial_number":"19684519456084830","imei1":"19684519456084830","imei2":"19684519456084830","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153931,"job_number":"JOB_153931","tr_customer_id":153948,"tr_customer_product_id":153938,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:15.000Z","modified_at":"2026-01-14T03:58:15.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"10640040577257","imei1":"10640040577257","imei2":"10640040577257","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153932,"job_number":"JOB_153932","tr_customer_id":153949,"tr_customer_product_id":153939,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:16.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16438663458195","imei1":"16438663458195","imei2":"16438663458195","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153935,"job_number":"JOB_153935","tr_customer_id":153952,"tr_customer_product_id":153942,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Rita Gupta","mobile_number":"12345678978","email_id":"test@1","dop":"2025-04-06","serial_number":"13516921189145","imei1":"13516921189145","imei2":"13516921189145","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153936,"job_number":"JOB_153936","tr_customer_id":153953,"tr_customer_product_id":153943,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Isaac Rice","mobile_number":"282-395-0778","email_id":"Terrence.Hermann@hotmail.com","dop":"2025-04-06","serial_number":"16540925897460192","imei1":"16540925897460192","imei2":"16540925897460192","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153937,"job_number":"JOB_153937","tr_customer_id":153954,"tr_customer_product_id":153944,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"Monte Hagenes","mobile_number":"775-263-3486","email_id":"Julianne_Stokes@gmail.com","dop":"2025-04-06","serial_number":"13057957744525976","imei1":"13057957744525976","imei2":"13057957744525976","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153939,"job_number":"JOB_153939","tr_customer_id":153956,"tr_customer_product_id":153946,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:17.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"10087419803041","imei1":"10087419803041","imei2":"10087419803041","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153940,"job_number":"JOB_153940","tr_customer_id":153957,"tr_customer_product_id":153947,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Kacie Torp","mobile_number":"922-896-9938","email_id":"Armand10@hotmail.com","dop":"2025-09-16","serial_number":"17923941221495","imei1":"17923941221495","imei2":"17923941221495","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153941,"job_number":"JOB_153941","tr_customer_id":153958,"tr_customer_product_id":153948,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:18.000Z","modified_at":"2026-01-14T03:58:18.000Z","name":"Therese Walter","mobile_number":"463-929-9345","email_id":"Jaime.Dietrich@yahoo.com","dop":"2025-04-06","serial_number":"18801565410118936","imei1":"18801565410118936","imei2":"18801565410118936","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153942,"job_number":"JOB_153942","tr_customer_id":153959,"tr_customer_product_id":153949,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15571234054583","imei1":"15571234054583","imei2":"15571234054583","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153944,"job_number":"JOB_153944","tr_customer_id":153961,"tr_customer_product_id":153951,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14506165123605","imei1":"14506165123605","imei2":"14506165123605","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153946,"job_number":"JOB_153946","tr_customer_id":153963,"tr_customer_product_id":153953,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Leone Osinski","mobile_number":"318-274-5280","email_id":"Christa7@hotmail.com","dop":"2025-04-06","serial_number":"10898772567969712","imei1":"10898772567969712","imei2":"10898772567969712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153947,"job_number":"JOB_153947","tr_customer_id":153964,"tr_customer_product_id":153954,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"Ayana Bosco","mobile_number":"791-992-7469","email_id":"Rebekah.Hirthe32@yahoo.com","dop":"2025-04-06","serial_number":"16549899584050076","imei1":"16549899584050076","imei2":"16549899584050076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153948,"job_number":"JOB_153948","tr_customer_id":153965,"tr_customer_product_id":153955,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:58:32.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16627470663601","imei1":"16627470663601","imei2":"16627470663601","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153950,"job_number":"JOB_153950","tr_customer_id":153967,"tr_customer_product_id":153957,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:34.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Raquel Greenfelder","mobile_number":"248-456-7047","email_id":"Elise.Wilkinson57@gmail.com","dop":"2025-04-06","serial_number":"13661614715638774","imei1":"13661614715638774","imei2":"13661614715638774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153951,"job_number":"JOB_153951","tr_customer_id":153968,"tr_customer_product_id":153958,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:35.000Z","modified_at":"2026-01-14T03:58:35.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10075758467861","imei1":"10075758467861","imei2":"10075758467861","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:35.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153953,"job_number":"JOB_153953","tr_customer_id":153970,"tr_customer_product_id":153960,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:37.000Z","modified_at":"2026-01-14T03:58:37.000Z","name":"Marquis Collier","mobile_number":"594-808-8852","email_id":"Sienna_Torphy@hotmail.com","dop":"2000-01-31","serial_number":"1098963424577625","imei1":"1098963424577625","imei2":"1098963424577625","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:37.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153954,"job_number":"JOB_153954","tr_customer_id":153971,"tr_customer_product_id":153961,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"uday p","mobile_number":"9321453112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14381900958655","imei1":"14381900958655","imei2":"14381900958655","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153956,"job_number":"JOB_153956","tr_customer_id":153973,"tr_customer_product_id":153963,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:43.000Z","modified_at":"2026-01-14T03:58:43.000Z","name":"Jazmyne Johnston","mobile_number":"650-951-6389","email_id":"Sidney.Lang@gmail.com","dop":"2025-04-06","serial_number":"16709053852284774","imei1":"16709053852284774","imei2":"16709053852284774","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153957,"job_number":"JOB_153957","tr_customer_id":153974,"tr_customer_product_id":153964,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:58:46.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12149497410211","imei1":"12149497410211","imei2":"12149497410211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153959,"job_number":"JOB_153959","tr_customer_id":153976,"tr_customer_product_id":153966,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Candida Corkery","mobile_number":"727-285-0859","email_id":"Mohammad.Hammes26@hotmail.com","dop":"2025-04-06","serial_number":"17003883820700948","imei1":"17003883820700948","imei2":"17003883820700948","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153960,"job_number":"JOB_153960","tr_customer_id":153977,"tr_customer_product_id":153967,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"14103525704051","imei1":"14103525704051","imei2":"14103525704051","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153962,"job_number":"JOB_153962","tr_customer_id":153979,"tr_customer_product_id":153969,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:50.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Pascale Skiles","mobile_number":"912-603-4574","email_id":"Arne74@gmail.com","dop":"2025-04-06","serial_number":"18429631787292136","imei1":"18429631787292136","imei2":"18429631787292136","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153963,"job_number":"JOB_153963","tr_customer_id":153980,"tr_customer_product_id":153970,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:58:53.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18398253223383","imei1":"18398253223383","imei2":"18398253223383","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153965,"job_number":"JOB_153965","tr_customer_id":153982,"tr_customer_product_id":153972,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:54.000Z","modified_at":"2026-01-14T03:58:54.000Z","name":"Rhoda Green","mobile_number":"395-366-4236","email_id":"Jaclyn66@gmail.com","dop":"2025-04-06","serial_number":"12386487341271436","imei1":"12386487341271436","imei2":"12386487341271436","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153966,"job_number":"JOB_153966","tr_customer_id":153983,"tr_customer_product_id":153973,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:58:55.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18075590614450","imei1":"18075590614450","imei2":"18075590614450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153968,"job_number":"JOB_153968","tr_customer_id":153985,"tr_customer_product_id":153975,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Kaitlin Kohler","mobile_number":"336-890-2941","email_id":"Susie_Langosh@gmail.com","dop":"2025-04-06","serial_number":"18678589966391770","imei1":"18678589966391770","imei2":"18678589966391770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153969,"job_number":"JOB_153969","tr_customer_id":153986,"tr_customer_product_id":153976,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:56.000Z","modified_at":"2026-01-14T03:58:56.000Z","name":"Radha Jain","mobile_number":"12345678979","email_id":"test@2","dop":"2025-04-06","serial_number":"15394277438169","imei1":"15394277438169","imei2":"15394277438169","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153971,"job_number":"JOB_153971","tr_customer_id":153988,"tr_customer_product_id":153978,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:58.000Z","modified_at":"2026-01-14T03:58:58.000Z","name":"Gerardo Sanford","mobile_number":"849-982-5457","email_id":"Sheila57@hotmail.com","dop":"2025-04-06","serial_number":"12673379302726302","imei1":"12673379302726302","imei2":"12673379302726302","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153972,"job_number":"JOB_153972","tr_customer_id":153989,"tr_customer_product_id":153979,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:04.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13013105434788","imei1":"13013105434788","imei2":"13013105434788","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153974,"job_number":"JOB_153974","tr_customer_id":153991,"tr_customer_product_id":153981,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:06.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Karli Luettgen","mobile_number":"851-689-8437","email_id":"Guillermo.Rosenbaum@gmail.com","dop":"2025-04-06","serial_number":"11629434944416836","imei1":"11629434944416836","imei2":"11629434944416836","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153975,"job_number":"JOB_153975","tr_customer_id":153992,"tr_customer_product_id":153982,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:12.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"13025489465572","imei1":"13025489465572","imei2":"13025489465572","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153977,"job_number":"JOB_153977","tr_customer_id":153994,"tr_customer_product_id":153984,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:13.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"Wilmer Nitzsche","mobile_number":"500-773-1385","email_id":"Oswaldo44@yahoo.com","dop":"2025-04-06","serial_number":"12029167236901550","imei1":"12029167236901550","imei2":"12029167236901550","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153978,"job_number":"JOB_153978","tr_customer_id":153995,"tr_customer_product_id":153985,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"17692260324207","imei1":"17692260324207","imei2":"17692260324207","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153980,"job_number":"JOB_153980","tr_customer_id":153997,"tr_customer_product_id":153987,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:17.000Z","modified_at":"2026-01-14T03:59:17.000Z","name":"Summer Leffler","mobile_number":"601-580-3085","email_id":"Jayson58@gmail.com","dop":"2025-04-06","serial_number":"19871452789009764","imei1":"19871452789009764","imei2":"19871452789009764","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153981,"job_number":"JOB_153981","tr_customer_id":153998,"tr_customer_product_id":153988,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:21.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10085647328840","imei1":"10085647328840","imei2":"10085647328840","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153983,"job_number":"JOB_153983","tr_customer_id":154000,"tr_customer_product_id":153990,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:22.000Z","name":"kajal t","mobile_number":"7045663551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10968762628286","imei1":"10968762628286","imei2":"10968762628286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153985,"job_number":"JOB_153985","tr_customer_id":154002,"tr_customer_product_id":153992,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Colton Schoen","mobile_number":"304-218-1058","email_id":"Celestino62@hotmail.com","dop":"2000-01-31","serial_number":"1074652258799569","imei1":"1074652258799569","imei2":"1074652258799569","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":153986,"job_number":"JOB_153986","tr_customer_id":154003,"tr_customer_product_id":153993,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:23.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Sterling Jacobi","mobile_number":"716-865-7048","email_id":"Josh.Murray86@gmail.com","dop":"2025-04-06","serial_number":"18033547557735076","imei1":"18033547557735076","imei2":"18033547557735076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153990,"job_number":"JOB_153990","tr_customer_id":154007,"tr_customer_product_id":153997,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T03:59:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11436550150327","imei1":"11436550150327","imei2":"11436550150327","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153992,"job_number":"JOB_153992","tr_customer_id":154009,"tr_customer_product_id":153999,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15772543119770","imei1":"15772543119770","imei2":"15772543119770","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153994,"job_number":"JOB_153994","tr_customer_id":154011,"tr_customer_product_id":154001,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T03:59:32.000Z","name":"Karlee Bergstrom","mobile_number":"448-514-7596","email_id":"Imani.Mohr@hotmail.com","dop":"2025-04-06","serial_number":"16731713970415476","imei1":"16731713970415476","imei2":"16731713970415476","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153995,"job_number":"JOB_153995","tr_customer_id":154012,"tr_customer_product_id":154002,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:34.000Z","modified_at":"2026-01-14T03:59:34.000Z","name":"Mac Krajcik","mobile_number":"413-456-0651","email_id":"Coralie.Rau@yahoo.com","dop":"2025-04-06","serial_number":"13113961857460350","imei1":"13113961857460350","imei2":"13113961857460350","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153999,"job_number":"JOB_153999","tr_customer_id":154016,"tr_customer_product_id":154006,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18461758293454","imei1":"18461758293454","imei2":"18461758293454","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154001,"job_number":"JOB_154001","tr_customer_id":154018,"tr_customer_product_id":154008,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:46.000Z","modified_at":"2026-01-14T03:59:46.000Z","name":"Tavares Ferry","mobile_number":"768-549-4714","email_id":"Mckayla94@gmail.com","dop":"2025-04-06","serial_number":"13732863945116498","imei1":"13732863945116498","imei2":"13732863945116498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154005,"job_number":"JOB_154005","tr_customer_id":154022,"tr_customer_product_id":154012,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:56.000Z","modified_at":"2026-01-14T03:59:56.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12765287991194","imei1":"12765287991194","imei2":"12765287991194","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154007,"job_number":"JOB_154007","tr_customer_id":154024,"tr_customer_product_id":154014,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:58.000Z","modified_at":"2026-01-14T03:59:58.000Z","name":"Isaac Kshlerin","mobile_number":"690-542-6918","email_id":"Ida_Rosenbaum3@gmail.com","dop":"2025-04-06","serial_number":"19075391807279890","imei1":"19075391807279890","imei2":"19075391807279890","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154008,"job_number":"JOB_154008","tr_customer_id":154025,"tr_customer_product_id":154015,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10797241774946","imei1":"10797241774946","imei2":"10797241774946","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154010,"job_number":"JOB_154010","tr_customer_id":154027,"tr_customer_product_id":154017,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:08.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Samara Stiedemann","mobile_number":"521-351-1979","email_id":"Jordane87@gmail.com","dop":"2000-01-31","serial_number":"1006644761046682","imei1":"1006644761046682","imei2":"1006644761046682","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154011,"job_number":"JOB_154011","tr_customer_id":154028,"tr_customer_product_id":154018,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:26.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"10556561967564","imei1":"10556561967564","imei2":"10556561967564","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154013,"job_number":"JOB_154013","tr_customer_id":154030,"tr_customer_product_id":154020,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:27.000Z","modified_at":"2026-01-14T04:00:27.000Z","name":"Misael Dickinson","mobile_number":"537-407-5815","email_id":"Kody.Bednar79@hotmail.com","dop":"2025-04-06","serial_number":"15295332208982704","imei1":"15295332208982704","imei2":"15295332208982704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154014,"job_number":"JOB_154014","tr_customer_id":154031,"tr_customer_product_id":154021,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:00:38.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11692332808660","imei1":"11692332808660","imei2":"11692332808660","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154016,"job_number":"JOB_154016","tr_customer_id":154033,"tr_customer_product_id":154023,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:39.000Z","modified_at":"2026-01-14T04:00:39.000Z","name":"Jean Sauer","mobile_number":"848-657-4440","email_id":"Richard_Murphy@yahoo.com","dop":"2025-04-06","serial_number":"13371931374668968","imei1":"13371931374668968","imei2":"13371931374668968","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:00:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154017,"job_number":"JOB_154017","tr_customer_id":154034,"tr_customer_product_id":154024,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"19728322259503","imei1":"19728322259503","imei2":"19728322259503","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154018,"job_number":"JOB_154018","tr_customer_id":154035,"tr_customer_product_id":154025,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"83958164816484","imei1":"83958164816484","imei2":"83958164816484","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154019,"job_number":"JOB_154019","tr_customer_id":154036,"tr_customer_product_id":154026,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"37950572301239","imei1":"37950572301239","imei2":"37950572301239","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154020,"job_number":"JOB_154020","tr_customer_id":154037,"tr_customer_product_id":154027,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:50.000Z","modified_at":"2026-01-14T04:04:50.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"73313187514267","imei1":"73313187514267","imei2":"73313187514267","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154021,"job_number":"JOB_154021","tr_customer_id":154038,"tr_customer_product_id":154028,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"97360477837235","imei1":"97360477837235","imei2":"97360477837235","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154022,"job_number":"JOB_154022","tr_customer_id":154039,"tr_customer_product_id":154029,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:04:51.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"20465439641542","imei1":"20465439641542","imei2":"20465439641542","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:04:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154024,"job_number":"JOB_154024","tr_customer_id":154041,"tr_customer_product_id":154031,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"60494875825181","imei1":"60494875825181","imei2":"60494875825181","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154025,"job_number":"JOB_154025","tr_customer_id":154042,"tr_customer_product_id":154032,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:16.000Z","modified_at":"2026-01-14T04:05:16.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99430265743946","imei1":"99430265743946","imei2":"99430265743946","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154026,"job_number":"JOB_154026","tr_customer_id":154043,"tr_customer_product_id":154033,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"30193629437851","imei1":"30193629437851","imei2":"30193629437851","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154027,"job_number":"JOB_154027","tr_customer_id":154044,"tr_customer_product_id":154034,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"70876959855689","imei1":"70876959855689","imei2":"70876959855689","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154028,"job_number":"JOB_154028","tr_customer_id":154045,"tr_customer_product_id":154035,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"53147182650663","imei1":"53147182650663","imei2":"53147182650663","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154029,"job_number":"JOB_154029","tr_customer_id":154046,"tr_customer_product_id":154036,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:17.000Z","modified_at":"2026-01-14T04:05:17.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48126943099892","imei1":"48126943099892","imei2":"48126943099892","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154031,"job_number":"JOB_154031","tr_customer_id":154048,"tr_customer_product_id":154038,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:42.000Z","modified_at":"2026-01-14T04:05:42.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"61384498433769","imei1":"61384498433769","imei2":"61384498433769","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154032,"job_number":"JOB_154032","tr_customer_id":154049,"tr_customer_product_id":154039,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"72643211946827","imei1":"72643211946827","imei2":"72643211946827","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154033,"job_number":"JOB_154033","tr_customer_id":154050,"tr_customer_product_id":154040,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"11355021734601","imei1":"11355021734601","imei2":"11355021734601","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154034,"job_number":"JOB_154034","tr_customer_id":154051,"tr_customer_product_id":154041,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78226908060923","imei1":"78226908060923","imei2":"78226908060923","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154035,"job_number":"JOB_154035","tr_customer_id":154052,"tr_customer_product_id":154042,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:43.000Z","modified_at":"2026-01-14T04:05:43.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"48273790193843","imei1":"48273790193843","imei2":"48273790193843","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154036,"job_number":"JOB_154036","tr_customer_id":154053,"tr_customer_product_id":154043,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:05:44.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"78010008089752","imei1":"78010008089752","imei2":"78010008089752","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:05:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154038,"job_number":"JOB_154038","tr_customer_id":154055,"tr_customer_product_id":154045,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:17.000Z","modified_at":"2026-01-14T04:43:17.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"95464170964266","imei1":"95464170964266","imei2":"95464170964266","popurl":"2026-01-04T04:43:16.727212217Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154039,"job_number":"JOB_154039","tr_customer_id":154056,"tr_customer_product_id":154046,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:43:34.000Z","modified_at":"2026-01-14T04:43:34.000Z","name":"Ahi Rana","mobile_number":"9874563215","email_id":"ahi@gmail.com","dop":"2026-01-04","serial_number":"62567173855978","imei1":"62567173855978","imei2":"62567173855978","popurl":"2026-01-04T04:43:34.305131917Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:43:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154040,"job_number":"JOB_154040","tr_customer_id":154057,"tr_customer_product_id":154047,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:49:59.000Z","modified_at":"2026-01-14T04:49:59.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"760432345667985","imei1":"760432345667985","imei2":"760432345667985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:49:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154041,"job_number":"JOB_154041","tr_customer_id":154058,"tr_customer_product_id":154048,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:02.000Z","modified_at":"2026-01-14T04:50:02.000Z","name":"RajKumar Yadav","mobile_number":"9876543212","email_id":"rajkumar@gmail.com","dop":"2025-11-02","serial_number":"705132348607985","imei1":"705132348607985","imei2":"705132348607985","popurl":"2025-11-02T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154042,"job_number":"JOB_154042","tr_customer_id":154059,"tr_customer_product_id":154049,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:36.000Z","modified_at":"2026-01-14T04:50:36.000Z","name":"yogita daurby","mobile_number":"8898776543","email_id":"yd@gmail.com","dop":"2025-07-01","serial_number":"103506275065463","imei1":"103506275065463","imei2":"103506275065463","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154044,"job_number":"JOB_154044","tr_customer_id":154061,"tr_customer_product_id":154051,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:44.000Z","modified_at":"2026-01-14T04:50:44.000Z","name":"Pauline Schoen","mobile_number":"460-701-9202","email_id":"Maybelle.Christiansen90@hotmail.com","dop":"2025-10-22","serial_number":"100867095426971","imei1":"100867095426971","imei2":"100867095426971","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154045,"job_number":"JOB_154045","tr_customer_id":154062,"tr_customer_product_id":154052,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:45.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Addison Weber","mobile_number":"778-589-4961","email_id":"Audreanne92@gmail.com","dop":"2025-10-22","serial_number":"1065094785549773","imei1":"1065094785549773","imei2":"1065094785549773","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154046,"job_number":"JOB_154046","tr_customer_id":154063,"tr_customer_product_id":154053,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:47.000Z","modified_at":"2026-01-14T04:50:47.000Z","name":"priyanka daurby","mobile_number":"8898776542","email_id":"pd@gmail.com","dop":"2025-07-01","serial_number":"100356324066592","imei1":"100356324066592","imei2":"100356324066592","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154049,"job_number":"JOB_154049","tr_customer_id":154066,"tr_customer_product_id":154056,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:28.000Z","modified_at":"2026-01-14T04:54:28.000Z","name":"Alice Cruickshank","mobile_number":"845-906-5182","email_id":"Baron.Denesik96@yahoo.com","dop":"2025-04-06","serial_number":"10627646740766604","imei1":"10627646740766604","imei2":"10627646740766604","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:54:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154052,"job_number":"JOB_154052","tr_customer_id":154069,"tr_customer_product_id":154059,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Lesley Ebert","mobile_number":"482-886-3828","email_id":"Bailee_MacGyver@hotmail.com","dop":"2025-04-06","serial_number":"15460153135739340","imei1":"15460153135739340","imei2":"15460153135739340","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154053,"job_number":"JOB_154053","tr_customer_id":154070,"tr_customer_product_id":154060,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:17.000Z","modified_at":"2026-01-14T04:59:17.000Z","name":"Edwina Williamson","mobile_number":"701-428-3011","email_id":"Genevieve95@hotmail.com","dop":"2025-04-06","serial_number":"11618454310879502","imei1":"11618454310879502","imei2":"11618454310879502","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T04:59:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154054,"job_number":"JOB_154054","tr_customer_id":154071,"tr_customer_product_id":154061,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356909","imei1":"876545654356909","imei2":"876545654356909","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154055,"job_number":"JOB_154055","tr_customer_id":154072,"tr_customer_product_id":154062,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356907","imei1":"876545654356907","imei2":"876545654356907","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154056,"job_number":"JOB_154056","tr_customer_id":154073,"tr_customer_product_id":154063,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356906","imei1":"876545654356906","imei2":"876545654356906","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154057,"job_number":"JOB_154057","tr_customer_id":154074,"tr_customer_product_id":154064,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356911","imei1":"876545654356911","imei2":"876545654356911","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154058,"job_number":"JOB_154058","tr_customer_id":154075,"tr_customer_product_id":154065,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:56.000Z","modified_at":"2026-01-14T05:09:56.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356908","imei1":"876545654356908","imei2":"876545654356908","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154059,"job_number":"JOB_154059","tr_customer_id":154076,"tr_customer_product_id":154066,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:09:57.000Z","modified_at":"2026-01-14T05:09:57.000Z","name":"Ravindra yadav","mobile_number":"9599153229","email_id":"ravindra@gmail","dop":"2025-11-03","serial_number":"876545654356910","imei1":"876545654356910","imei2":"876545654356910","popurl":"2025-11-03T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:09:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154060,"job_number":"JOB_154060","tr_customer_id":154077,"tr_customer_product_id":154067,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:01.000Z","modified_at":"2026-01-14T05:10:01.000Z","name":"Ravi Ahuja","mobile_number":"703615100","email_id":"aaditya.khan@hotmail.com","dop":"2026-01-04","serial_number":"485709658147595","imei1":"485709658147595","imei2":"485709658147595","popurl":"www.chidaatma-pilla.co.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154061,"job_number":"JOB_154061","tr_customer_id":154078,"tr_customer_product_id":154068,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Mahesh Varma","mobile_number":"705164567","email_id":"anuja.abbott@yahoo.co.in","dop":"2026-01-04","serial_number":"694978831065281","imei1":"694978831065281","imei2":"694978831065281","popurl":"www.hiranmaya-nehru.biz","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154062,"job_number":"JOB_154062","tr_customer_id":154079,"tr_customer_product_id":154069,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Usha Khanna","mobile_number":"709141291","email_id":"dipendra.somayaji@gmail.com","dop":"2026-01-04","serial_number":"064794475025921","imei1":"064794475025921","imei2":"064794475025921","popurl":"www.ahilya-sharma.net","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154063,"job_number":"JOB_154063","tr_customer_id":154080,"tr_customer_product_id":154070,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Bishnu Varman","mobile_number":"700545928","email_id":"lakshmidhar.ahuja@hotmail.com","dop":"2026-01-04","serial_number":"440863584260277","imei1":"440863584260277","imei2":"440863584260277","popurl":"www.gaurang-dubashi.info","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154064,"job_number":"JOB_154064","tr_customer_id":154081,"tr_customer_product_id":154071,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:02.000Z","modified_at":"2026-01-14T05:10:02.000Z","name":"Ambar Rana","mobile_number":"702411594","email_id":"gangesh.bandopadhyay@gmail.com","dop":"2026-01-04","serial_number":"066162927228917","imei1":"066162927228917","imei2":"066162927228917","popurl":"www.varalakshmi-prajapat.in","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154065,"job_number":"JOB_154065","tr_customer_id":154082,"tr_customer_product_id":154072,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432311234","imei1":"806565432311234","imei2":"806565432311234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154066,"job_number":"JOB_154066","tr_customer_id":154083,"tr_customer_product_id":154073,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432211234","imei1":"806565432211234","imei2":"806565432211234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154067,"job_number":"JOB_154067","tr_customer_id":154085,"tr_customer_product_id":154074,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432411234","imei1":"806565432411234","imei2":"806565432411234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154068,"job_number":"JOB_154068","tr_customer_id":154084,"tr_customer_product_id":154075,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:10:05.000Z","modified_at":"2026-01-14T05:10:05.000Z","name":"Ravinra Yadav","mobile_number":"8448752554","email_id":"ravindra@gmail.com","dop":"2025-11-30","serial_number":"806565432511234","imei1":"806565432511234","imei2":"806565432511234","popurl":"2025-11-30T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:10:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154070,"job_number":"JOB_154070","tr_customer_id":154087,"tr_customer_product_id":154077,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:46.000Z","modified_at":"2026-01-14T05:45:46.000Z","name":"Lauren Ortiz","mobile_number":"274-213-6363","email_id":"Jazmin_Johnson@yahoo.com","dop":"2025-10-22","serial_number":"128919955344397","imei1":"128919955344397","imei2":"128919955344397","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154071,"job_number":"JOB_154071","tr_customer_id":154088,"tr_customer_product_id":154078,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:45:47.000Z","modified_at":"2026-01-14T05:45:47.000Z","name":"Kane Breitenberg","mobile_number":"938-529-9318","email_id":"Axel46@yahoo.com","dop":"2025-10-22","serial_number":"1048459428377721","imei1":"1048459428377721","imei2":"1048459428377721","popurl":"2025-10-22T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T05:45:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154072,"job_number":"JOB_154072","tr_customer_id":154089,"tr_customer_product_id":154079,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:29.000Z","modified_at":"2026-01-14T06:01:29.000Z","name":"Susanna Rutherford","mobile_number":"615-278-7572","email_id":"Felipa_Tremblay@hotmail.com","dop":"2025-12-01","serial_number":"13473087035085","imei1":"13473087035085","imei2":"13473087035085","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154073,"job_number":"JOB_154073","tr_customer_id":154090,"tr_customer_product_id":154080,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:01:40.000Z","modified_at":"2026-01-14T06:01:40.000Z","name":"Saige Dare","mobile_number":"557-388-2593","email_id":"Ali_Miller80@gmail.com","dop":"2025-12-01","serial_number":"17844707226052","imei1":"17844707226052","imei2":"17844707226052","popurl":"2025-12-01T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:01:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154074,"job_number":"JOB_154074","tr_customer_id":154091,"tr_customer_product_id":154081,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:00.000Z","modified_at":"2026-01-14T06:16:00.000Z","name":"pooja deevi","mobile_number":"8143526785","email_id":"pooja@gmail.com","dop":"2025-09-16","serial_number":"16784096724759","imei1":"16784096724759","imei2":"16784096724759","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154075,"job_number":"JOB_154075","tr_customer_id":154092,"tr_customer_product_id":154082,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:01.000Z","modified_at":"2026-01-14T06:16:01.000Z","name":"Lisette Bernhard","mobile_number":"753-531-0903","email_id":"Marilou.Lynch@hotmail.com","dop":"2025-09-16","serial_number":"19510691248999","imei1":"19510691248999","imei2":"19510691248999","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154076,"job_number":"JOB_154076","tr_customer_id":154093,"tr_customer_product_id":154083,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:05.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"15855535113278","imei1":"15855535113278","imei2":"15855535113278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154078,"job_number":"JOB_154078","tr_customer_id":154095,"tr_customer_product_id":154085,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:07.000Z","modified_at":"2026-01-14T06:16:07.000Z","name":"Camren Collins","mobile_number":"741-291-3068","email_id":"Vernie_Braun61@yahoo.com","dop":"2025-04-06","serial_number":"13440709580304060","imei1":"13440709580304060","imei2":"13440709580304060","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154079,"job_number":"JOB_154079","tr_customer_id":154096,"tr_customer_product_id":154086,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:19.000Z","modified_at":"2026-01-14T06:16:19.000Z","name":"shanvi d","mobile_number":"9043526785","email_id":"shanvi@gmail.com","dop":"2025-09-16","serial_number":"17876742652162","imei1":"17876742652162","imei2":"17876742652162","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154080,"job_number":"JOB_154080","tr_customer_id":154097,"tr_customer_product_id":154087,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:20.000Z","modified_at":"2026-01-14T06:16:20.000Z","name":"Myrl Leffler","mobile_number":"207-400-2248","email_id":"Nils18@gmail.com","dop":"2025-09-16","serial_number":"14997534131634","imei1":"14997534131634","imei2":"14997534131634","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154082,"job_number":"JOB_154082","tr_customer_id":154099,"tr_customer_product_id":154089,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"kajal p","mobile_number":"9243526785","email_id":"kajal@gmail.com","dop":"2025-09-16","serial_number":"12701608804724","imei1":"12701608804724","imei2":"12701608804724","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154083,"job_number":"JOB_154083","tr_customer_id":154100,"tr_customer_product_id":154090,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:39.000Z","modified_at":"2026-01-14T06:16:39.000Z","name":"Laurel Dietrich","mobile_number":"476-647-1552","email_id":"Edyth.Von@hotmail.com","dop":"2025-09-16","serial_number":"13533020976544","imei1":"13533020976544","imei2":"13533020976544","popurl":"2025-09-16T16:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154085,"job_number":"JOB_154085","tr_customer_id":154102,"tr_customer_product_id":154092,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:16:48.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"13887408895278","imei1":"13887408895278","imei2":"13887408895278","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154087,"job_number":"JOB_154087","tr_customer_id":154104,"tr_customer_product_id":154094,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:50.000Z","modified_at":"2026-01-14T06:16:50.000Z","name":"Frida Effertz","mobile_number":"773-721-4050","email_id":"Arno_Gutmann@gmail.com","dop":"2025-04-06","serial_number":"19136762088904120","imei1":"19136762088904120","imei2":"19136762088904120","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:16:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154090,"job_number":"JOB_154090","tr_customer_id":154107,"tr_customer_product_id":154097,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:17:31.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"16074791953066","imei1":"16074791953066","imei2":"16074791953066","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154092,"job_number":"JOB_154092","tr_customer_id":154109,"tr_customer_product_id":154099,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:32.000Z","modified_at":"2026-01-14T06:17:32.000Z","name":"Hassie Padberg","mobile_number":"839-355-4800","email_id":"Linda47@yahoo.com","dop":"2025-04-06","serial_number":"19252612259219090","imei1":"19252612259219090","imei2":"19252612259219090","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:17:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154105,"job_number":"JOB_154105","tr_customer_id":154122,"tr_customer_product_id":154112,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:33.000Z","modified_at":"2026-01-14T06:23:33.000Z","name":"Alessandra Buckridge","mobile_number":"987-670-5651","email_id":"Axel72@yahoo.com","dop":"2025-09-09","serial_number":"19337319446004","imei1":"19337319446004","imei2":"19337319446004","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154106,"job_number":"JOB_154106","tr_customer_id":154123,"tr_customer_product_id":154113,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:34.000Z","name":"Helena Murphy","mobile_number":"807-359-2816","email_id":"Greyson31@gmail.com","dop":"2025-09-09","serial_number":"13845864299026","imei1":"13845864299026","imei2":"13845864299026","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154108,"job_number":"JOB_154108","tr_customer_id":154125,"tr_customer_product_id":154115,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:35.000Z","name":"anika naik","mobile_number":"1234567890","email_id":"anika@gmail.com","dop":"2025-06-18","serial_number":"10023665900671","imei1":"10023665900671","imei2":"10023665900671","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:35.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154110,"job_number":"JOB_154110","tr_customer_id":154127,"tr_customer_product_id":154117,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:23:36.000Z","name":"Destinee Muller","mobile_number":"503-473-6714","email_id":"Connie96@hotmail.com","dop":"2025-06-18","serial_number":"1009542825671115","imei1":"1009542825671115","imei2":"1009542825671115","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154111,"job_number":"JOB_154111","tr_customer_id":154128,"tr_customer_product_id":154118,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:48.000Z","modified_at":"2026-01-14T06:23:48.000Z","name":"Keegan Kris","mobile_number":"676-680-6679","email_id":"Rodrigo.Fritsch81@gmail.com","dop":"2025-09-09","serial_number":"12368340550554","imei1":"12368340550554","imei2":"12368340550554","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154112,"job_number":"JOB_154112","tr_customer_id":154129,"tr_customer_product_id":154119,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:49.000Z","name":"Jana Mosciski","mobile_number":"701-532-9659","email_id":"Marlin_Goldner@yahoo.com","dop":"2025-09-09","serial_number":"10398425147467","imei1":"10398425147467","imei2":"10398425147467","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:23:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154114,"job_number":"JOB_154114","tr_customer_id":154131,"tr_customer_product_id":154121,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Ressie Rowe","mobile_number":"462-468-3648","email_id":"Erica92@hotmail.com","dop":"2025-09-09","serial_number":"12986274848343","imei1":"12986274848343","imei2":"12986274848343","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154115,"job_number":"JOB_154115","tr_customer_id":154132,"tr_customer_product_id":154122,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:03.000Z","modified_at":"2026-01-14T06:24:03.000Z","name":"Madilyn Pacocha","mobile_number":"942-462-7702","email_id":"Naomi22@hotmail.com","dop":"2025-09-09","serial_number":"18840675441550","imei1":"18840675441550","imei2":"18840675441550","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154117,"job_number":"JOB_154117","tr_customer_id":154134,"tr_customer_product_id":154124,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:15.000Z","modified_at":"2026-01-14T06:24:15.000Z","name":"shweta n","mobile_number":"987654321","email_id":"shweta@gmail.com","dop":"2025-06-18","serial_number":"10196605545740","imei1":"10196605545740","imei2":"10196605545740","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154119,"job_number":"JOB_154119","tr_customer_id":154136,"tr_customer_product_id":154126,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:16.000Z","name":"Darryl Dickens","mobile_number":"299-208-6679","email_id":"Travis.McDermott@hotmail.com","dop":"2025-06-18","serial_number":"1077263505000997","imei1":"1077263505000997","imei2":"1077263505000997","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:24:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154120,"job_number":"JOB_154120","tr_customer_id":154137,"tr_customer_product_id":154127,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:26.000Z","modified_at":"2026-01-14T06:26:26.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"14433802510394","imei1":"14433802510394","imei2":"14433802510394","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154122,"job_number":"JOB_154122","tr_customer_id":154139,"tr_customer_product_id":154129,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:28.000Z","modified_at":"2026-01-14T06:26:28.000Z","name":"Gilberto Ebert","mobile_number":"294-940-1539","email_id":"Nichole15@yahoo.com","dop":"2025-04-06","serial_number":"18213802412610344","imei1":"18213802412610344","imei2":"18213802412610344","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:26:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154123,"job_number":"JOB_154123","tr_customer_id":154140,"tr_customer_product_id":154130,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:14.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"16933481346818","imei1":"16933481346818","imei2":"16933481346818","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154125,"job_number":"JOB_154125","tr_customer_id":154142,"tr_customer_product_id":154132,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:15.000Z","modified_at":"2026-01-14T06:27:15.000Z","name":"Edythe Kerluke","mobile_number":"917-628-0512","email_id":"Cyrus.Quigley@gmail.com","dop":"2025-04-06","serial_number":"13209036245491392","imei1":"13209036245491392","imei2":"13209036245491392","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:27:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154126,"job_number":"JOB_154126","tr_customer_id":154143,"tr_customer_product_id":154133,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:03.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"15457017691804","imei1":"15457017691804","imei2":"15457017691804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154128,"job_number":"JOB_154128","tr_customer_id":154145,"tr_customer_product_id":154135,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:05.000Z","modified_at":"2026-01-14T06:28:05.000Z","name":"Roy Langworth","mobile_number":"837-956-9193","email_id":"Mara_Yundt40@hotmail.com","dop":"2025-04-06","serial_number":"14866596848158972","imei1":"14866596848158972","imei2":"14866596848158972","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154130,"job_number":"JOB_154130","tr_customer_id":154147,"tr_customer_product_id":154137,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:28:50.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"10504091551923","imei1":"10504091551923","imei2":"10504091551923","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154132,"job_number":"JOB_154132","tr_customer_id":154149,"tr_customer_product_id":154139,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:52.000Z","modified_at":"2026-01-14T06:28:52.000Z","name":"Aron Johnson","mobile_number":"468-608-4671","email_id":"Fritz.Boyle@gmail.com","dop":"2025-04-06","serial_number":"10750160578315524","imei1":"10750160578315524","imei2":"10750160578315524","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:28:52.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154135,"job_number":"JOB_154135","tr_customer_id":154152,"tr_customer_product_id":154142,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:29:36.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18512994724080","imei1":"18512994724080","imei2":"18512994724080","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154137,"job_number":"JOB_154137","tr_customer_id":154154,"tr_customer_product_id":154144,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:38.000Z","modified_at":"2026-01-14T06:29:38.000Z","name":"Krystal Sipes","mobile_number":"962-853-0191","email_id":"Emie38@yahoo.com","dop":"2025-04-06","serial_number":"11323368717769720","imei1":"11323368717769720","imei2":"11323368717769720","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:29:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154138,"job_number":"JOB_154138","tr_customer_id":154155,"tr_customer_product_id":154145,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:21.000Z","modified_at":"2026-01-14T06:30:21.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"18957116250180","imei1":"18957116250180","imei2":"18957116250180","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:21.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154140,"job_number":"JOB_154140","tr_customer_id":154157,"tr_customer_product_id":154147,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:23.000Z","modified_at":"2026-01-14T06:30:23.000Z","name":"Magali Willms","mobile_number":"491-901-3580","email_id":"Nedra_Renner40@yahoo.com","dop":"2025-04-06","serial_number":"10667187109726362","imei1":"10667187109726362","imei2":"10667187109726362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:30:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154142,"job_number":"JOB_154142","tr_customer_id":154159,"tr_customer_product_id":154149,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:26.000Z","modified_at":"2026-01-14T06:33:26.000Z","name":"Leanna Bradtke","mobile_number":"213-255-8779","email_id":"Benton_Effertz30@yahoo.com","dop":"2025-04-06","serial_number":"16461979364916396","imei1":"16461979364916396","imei2":"16461979364916396","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:33:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154143,"job_number":"JOB_154143","tr_customer_id":154160,"tr_customer_product_id":154150,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:07.000Z","modified_at":"2026-01-14T06:34:07.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16442878012168","imei1":"16442878012168","imei2":"16442878012168","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154145,"job_number":"JOB_154145","tr_customer_id":154162,"tr_customer_product_id":154152,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:09.000Z","modified_at":"2026-01-14T06:34:09.000Z","name":"Raina Schoen","mobile_number":"464-974-8747","email_id":"Ashton_Gerlach16@yahoo.com","dop":"2025-04-06","serial_number":"11952271228165310","imei1":"11952271228165310","imei2":"11952271228165310","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154146,"job_number":"JOB_154146","tr_customer_id":154163,"tr_customer_product_id":154153,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:14.000Z","modified_at":"2026-01-14T06:34:14.000Z","name":"Naran Wewver","mobile_number":"9090909090","email_id":"mtest1@yopmail.com","dop":"2000-01-31","serial_number":"10758463893191","imei1":"10758463893191","imei2":"10758463893191","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:14.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154148,"job_number":"JOB_154148","tr_customer_id":154165,"tr_customer_product_id":154155,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:16.000Z","modified_at":"2026-01-14T06:34:16.000Z","name":"Keyon Boyer","mobile_number":"808-705-4200","email_id":"Raegan.OKon@yahoo.com","dop":"2000-01-31","serial_number":"1017150284443014","imei1":"1017150284443014","imei2":"1017150284443014","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:16.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154149,"job_number":"JOB_154149","tr_customer_id":154166,"tr_customer_product_id":154156,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:34:49.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"17311630081430","imei1":"17311630081430","imei2":"17311630081430","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154151,"job_number":"JOB_154151","tr_customer_id":154168,"tr_customer_product_id":154158,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:50.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Lola Kulas","mobile_number":"502-718-1499","email_id":"Hannah.Hintz65@gmail.com","dop":"2025-04-06","serial_number":"10793807610435516","imei1":"10793807610435516","imei2":"10793807610435516","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154152,"job_number":"JOB_154152","tr_customer_id":154169,"tr_customer_product_id":154159,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:56.000Z","modified_at":"2026-01-14T06:34:56.000Z","name":"Vipul Wewver","mobile_number":"9090909091","email_id":"mtest2@yopmail.com","dop":"2000-01-31","serial_number":"10332776936141","imei1":"10332776936141","imei2":"10332776936141","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:56.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154154,"job_number":"JOB_154154","tr_customer_id":154171,"tr_customer_product_id":154161,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:58.000Z","modified_at":"2026-01-14T06:34:58.000Z","name":"Montana Gislason","mobile_number":"988-340-8467","email_id":"Randall_Conroy40@yahoo.com","dop":"2000-01-31","serial_number":"1048812475125983","imei1":"1048812475125983","imei2":"1048812475125983","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:34:58.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154155,"job_number":"JOB_154155","tr_customer_id":154172,"tr_customer_product_id":154162,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:28.000Z","modified_at":"2026-01-14T06:35:28.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"19300592874804","imei1":"19300592874804","imei2":"19300592874804","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154157,"job_number":"JOB_154157","tr_customer_id":154174,"tr_customer_product_id":154164,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:30.000Z","modified_at":"2026-01-14T06:35:30.000Z","name":"Frances Osinski","mobile_number":"526-649-8364","email_id":"Carey.Barrows@yahoo.com","dop":"2025-04-06","serial_number":"18173860816780424","imei1":"18173860816780424","imei2":"18173860816780424","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154158,"job_number":"JOB_154158","tr_customer_id":154175,"tr_customer_product_id":154165,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:35:38.000Z","name":"Mahesh Wewver","mobile_number":"9090909092","email_id":"mtest3@yopmail.com","dop":"2000-01-31","serial_number":"10334693351175","imei1":"10334693351175","imei2":"10334693351175","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:38.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154160,"job_number":"JOB_154160","tr_customer_id":154177,"tr_customer_product_id":154167,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"16535343785612","imei1":"16535343785612","imei2":"16535343785612","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154161,"job_number":"JOB_154161","tr_customer_id":154178,"tr_customer_product_id":154168,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:35:39.000Z","name":"Abigale Leuschke","mobile_number":"875-488-4881","email_id":"Michelle8@hotmail.com","dop":"2000-01-31","serial_number":"1029572025451119","imei1":"1029572025451119","imei2":"1029572025451119","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:39.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154163,"job_number":"JOB_154163","tr_customer_id":154180,"tr_customer_product_id":154170,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:41.000Z","modified_at":"2026-01-14T06:35:41.000Z","name":"Cade Monahan","mobile_number":"914-714-2976","email_id":"Hildegard_Wilkinson35@hotmail.com","dop":"2025-04-06","serial_number":"15746451034396892","imei1":"15746451034396892","imei2":"15746451034396892","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:35:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154164,"job_number":"JOB_154164","tr_customer_id":154181,"tr_customer_product_id":154171,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:19.000Z","name":"Mahendra Wewver","mobile_number":"9090909093","email_id":"mtest4@yopmail.com","dop":"2000-01-31","serial_number":"10724017259510","imei1":"10724017259510","imei2":"10724017259510","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:19.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154166,"job_number":"JOB_154166","tr_customer_id":154183,"tr_customer_product_id":154173,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":2,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:21.000Z","modified_at":"2026-01-14T06:36:21.000Z","name":"Angeline Johnson","mobile_number":"412-707-7512","email_id":"Marjory.Osinski51@yahoo.com","dop":"2000-01-31","serial_number":"1031522003177068","imei1":"1031522003177068","imei2":"1031522003177068","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"Out Of Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:21.000Z","assigned_to":null,"mst_warrenty_status_code":"OOW"},{"id":154167,"job_number":"JOB_154167","tr_customer_id":154184,"tr_customer_product_id":154174,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:36:25.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"19688280068834","imei1":"19688280068834","imei2":"19688280068834","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154169,"job_number":"JOB_154169","tr_customer_id":154186,"tr_customer_product_id":154176,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:27.000Z","modified_at":"2026-01-14T06:36:27.000Z","name":"Randal Heaney","mobile_number":"292-317-2497","email_id":"Sylvia_Abshire64@hotmail.com","dop":"2025-04-06","serial_number":"11766972567223308","imei1":"11766972567223308","imei2":"11766972567223308","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:36:27.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154170,"job_number":"JOB_154170","tr_customer_id":154187,"tr_customer_product_id":154177,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:14.000Z","modified_at":"2026-01-14T06:37:14.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"11617779865365","imei1":"11617779865365","imei2":"11617779865365","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154172,"job_number":"JOB_154172","tr_customer_id":154189,"tr_customer_product_id":154179,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:16.000Z","modified_at":"2026-01-14T06:37:16.000Z","name":"Angelo Conroy","mobile_number":"474-724-7840","email_id":"Garrett.Kub34@gmail.com","dop":"2025-04-06","serial_number":"16292795742833772","imei1":"16292795742833772","imei2":"16292795742833772","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:37:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154173,"job_number":"JOB_154173","tr_customer_id":154190,"tr_customer_product_id":154180,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:18.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"18150581019861","imei1":"18150581019861","imei2":"18150581019861","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154175,"job_number":"JOB_154175","tr_customer_id":154192,"tr_customer_product_id":154182,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:20.000Z","modified_at":"2026-01-14T06:40:20.000Z","name":"Dameon Johnson","mobile_number":"908-355-6508","email_id":"Lyda47@gmail.com","dop":"2025-04-06","serial_number":"15638390452505104","imei1":"15638390452505104","imei2":"15638390452505104","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:40:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154176,"job_number":"JOB_154176","tr_customer_id":154193,"tr_customer_product_id":154183,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:01.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"12405829880286","imei1":"12405829880286","imei2":"12405829880286","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154178,"job_number":"JOB_154178","tr_customer_id":154195,"tr_customer_product_id":154185,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:03.000Z","modified_at":"2026-01-14T06:41:03.000Z","name":"Johnpaul Roob","mobile_number":"365-222-4754","email_id":"Twila58@gmail.com","dop":"2025-04-06","serial_number":"13005969353095334","imei1":"13005969353095334","imei2":"13005969353095334","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154180,"job_number":"JOB_154180","tr_customer_id":154197,"tr_customer_product_id":154187,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:26.000Z","modified_at":"2026-01-14T06:41:26.000Z","name":"Michele Kemmer","mobile_number":"405-544-8196","email_id":"Dameon_Ferry@hotmail.com","dop":"2025-04-06","serial_number":"11705037407898242","imei1":"11705037407898242","imei2":"11705037407898242","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154181,"job_number":"JOB_154181","tr_customer_id":154198,"tr_customer_product_id":154188,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:41:44.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"14959296727652","imei1":"14959296727652","imei2":"14959296727652","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154183,"job_number":"JOB_154183","tr_customer_id":154200,"tr_customer_product_id":154190,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:45.000Z","modified_at":"2026-01-14T06:41:45.000Z","name":"Jaunita Conn","mobile_number":"890-462-7565","email_id":"Renee0@hotmail.com","dop":"2025-04-06","serial_number":"12859695131420560","imei1":"12859695131420560","imei2":"12859695131420560","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154185,"job_number":"JOB_154185","tr_customer_id":154202,"tr_customer_product_id":154192,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:57.000Z","modified_at":"2026-01-14T06:41:57.000Z","name":"Iliana Strosin","mobile_number":"838-978-2673","email_id":"Amiya2@hotmail.com","dop":"2025-04-06","serial_number":"11163596335408236","imei1":"11163596335408236","imei2":"11163596335408236","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:41:57.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154186,"job_number":"JOB_154186","tr_customer_id":154203,"tr_customer_product_id":154193,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:00.000Z","name":"jatin sharma","mobile_number":"7046563552","email_id":"jatinvsharma@gmail.com","dop":"2025-04-06","serial_number":"13421341906641","imei1":"13421341906641","imei2":"13421341906641","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154189,"job_number":"JOB_154189","tr_customer_id":154206,"tr_customer_product_id":154196,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:01.000Z","name":"Aron Cartwright","mobile_number":"663-697-4565","email_id":"Kenya80@yahoo.com","dop":"2025-04-06","serial_number":"11297654502199304","imei1":"11297654502199304","imei2":"11297654502199304","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154190,"job_number":"JOB_154190","tr_customer_id":154207,"tr_customer_product_id":154197,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:02.000Z","modified_at":"2026-01-14T06:49:02.000Z","name":"Markus Gerlach","mobile_number":"256-912-7110","email_id":"Arthur_Breitenberg16@hotmail.com","dop":"2025-04-06","serial_number":"18089878975880530","imei1":"18089878975880530","imei2":"18089878975880530","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:02.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154191,"job_number":"JOB_154191","tr_customer_id":154208,"tr_customer_product_id":154198,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:49:38.000Z","name":"uday p","mobile_number":"9321435112","email_id":"uday@gmail.com","dop":"2025-04-06","serial_number":"18006425204474","imei1":"18006425204474","imei2":"18006425204474","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154193,"job_number":"JOB_154193","tr_customer_id":154210,"tr_customer_product_id":154200,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:39.000Z","modified_at":"2026-01-14T06:49:39.000Z","name":"Jamar Abbott","mobile_number":"976-710-9503","email_id":"Clara91@hotmail.com","dop":"2025-04-06","serial_number":"19618337865133944","imei1":"19618337865133944","imei2":"19618337865133944","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:49:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154194,"job_number":"JOB_154194","tr_customer_id":154211,"tr_customer_product_id":154201,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:16.000Z","name":"kajal t","mobile_number":"7046563551","email_id":"kajal@gmail.com","dop":"2025-04-06","serial_number":"12210697542362","imei1":"12210697542362","imei2":"12210697542362","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154196,"job_number":"JOB_154196","tr_customer_id":154213,"tr_customer_product_id":154203,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:17.000Z","modified_at":"2026-01-14T06:50:17.000Z","name":"Baby Von","mobile_number":"443-955-8959","email_id":"Pearlie23@hotmail.com","dop":"2025-04-06","serial_number":"19617275026276864","imei1":"19617275026276864","imei2":"19617275026276864","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:50:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154198,"job_number":"JOB_154198","tr_customer_id":154215,"tr_customer_product_id":154205,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:11.000Z","modified_at":"2026-01-14T07:00:11.000Z","name":"Lou Schmitt","mobile_number":"762-442-8575","email_id":"Fred_Streich@gmail.com","dop":"2025-04-06","serial_number":"12504479889902216","imei1":"12504479889902216","imei2":"12504479889902216","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T07:00:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153827,"job_number":"JOB_153827","tr_customer_id":153844,"tr_customer_product_id":153834,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:09:16.000Z","modified_at":"2026-01-14T01:09:16.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Annamae_Metz@yahoo.com","dop":"2025-07-02","serial_number":"14033631438192","imei1":"14033631438192","imei2":"14033631438192","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:09:16.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153828,"job_number":"JOB_153828","tr_customer_id":153845,"tr_customer_product_id":153835,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:43:24.000Z","modified_at":"2026-01-14T01:43:24.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Abigail.Kessler@yahoo.com","dop":"2025-07-02","serial_number":"15362692303245","imei1":"15362692303245","imei2":"15362692303245","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T01:43:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153835,"job_number":"JOB_153835","tr_customer_id":153852,"tr_customer_product_id":153842,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:15:11.000Z","modified_at":"2026-01-14T02:15:11.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Madeline_Cole2@yahoo.com","dop":"2025-07-02","serial_number":"16830173738163","imei1":"16830173738163","imei2":"16830173738163","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T02:15:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153863,"job_number":"JOB_153863","tr_customer_id":153880,"tr_customer_product_id":153870,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:18.000Z","name":"vishal goswami","mobile_number":"9898787676","email_id":"Roselyn.Heller@hotmail.com","dop":"2025-07-02","serial_number":"14787008134616","imei1":"14787008134616","imei2":"14787008134616","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153869,"job_number":"JOB_153869","tr_customer_id":153886,"tr_customer_product_id":153876,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:33.000Z","modified_at":"2026-01-14T03:57:33.000Z","name":"Rahul goswami","mobile_number":"8767656543","email_id":"Delta98@yahoo.com","dop":"2025-07-02","serial_number":"13836101032128","imei1":"13836101032128","imei2":"13836101032128","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153888,"job_number":"JOB_153888","tr_customer_id":153905,"tr_customer_product_id":153895,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:48.000Z","modified_at":"2026-01-14T03:57:48.000Z","name":"Vinay goswami","mobile_number":"8765654543","email_id":"Cordie_Gibson26@gmail.com","dop":"2025-07-02","serial_number":"11684052683923","imei1":"11684052683923","imei2":"11684052683923","popurl":"2025-07-02T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153905,"job_number":"JOB_153905","tr_customer_id":153922,"tr_customer_product_id":153912,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:55.000Z","modified_at":"2026-01-14T03:57:55.000Z","name":"vrushali vru1234","mobile_number":"3445554332","email_id":"vrushali@gmail.com","dop":"2025-07-31","serial_number":"146675253410202","imei1":"146675253410202","imei2":"146675253410202","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153906,"job_number":"JOB_153906","tr_customer_id":153923,"tr_customer_product_id":153913,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Arturo Farrell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"181138701174698","imei1":"181138701174698","imei2":"181138701174698","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153907,"job_number":"JOB_153907","tr_customer_id":153924,"tr_customer_product_id":153914,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Wyman Heaney","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"100025463351337","imei1":"100025463351337","imei2":"100025463351337","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153908,"job_number":"JOB_153908","tr_customer_id":153925,"tr_customer_product_id":153915,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:56.000Z","modified_at":"2026-01-14T03:57:56.000Z","name":"Romaine O'Connell","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"102398183463108","imei1":"102398183463108","imei2":"102398183463108","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:57:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153923,"job_number":"JOB_153923","tr_customer_id":153940,"tr_customer_product_id":153930,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:06.000Z","modified_at":"2026-01-14T03:58:06.000Z","name":"Amol Tambe","mobile_number":"3445554332","email_id":"amoltambe@gmail.com","dop":"2025-07-31","serial_number":"114156164648346","imei1":"114156164648346","imei2":"114156164648346","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153924,"job_number":"JOB_153924","tr_customer_id":153941,"tr_customer_product_id":153931,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Valentina Sauer","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"101689049510347","imei1":"101689049510347","imei2":"101689049510347","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153925,"job_number":"JOB_153925","tr_customer_id":153942,"tr_customer_product_id":153932,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Julius Harris","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"120728759790374","imei1":"120728759790374","imei2":"120728759790374","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153926,"job_number":"JOB_153926","tr_customer_id":153943,"tr_customer_product_id":153933,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:07.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Shaylee Quigley","mobile_number":"3445554332","email_id":"vru@gmail.com","dop":"2025-07-31","serial_number":"139292542794256","imei1":"139292542794256","imei2":"139292542794256","popurl":"2025-07-31T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153987,"job_number":"JOB_153987","tr_customer_id":154004,"tr_customer_product_id":153994,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"104976114918850","imei1":"104976114918850","imei2":"104976114918850","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153989,"job_number":"JOB_153989","tr_customer_id":154006,"tr_customer_product_id":153996,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Everett Thompson","mobile_number":"207-201-7306","email_id":"Manley47@gmail.com","dop":"2025-06-09","serial_number":"104911505732232","imei1":"104911505732232","imei2":"104911505732232","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153996,"job_number":"JOB_153996","tr_customer_id":154013,"tr_customer_product_id":154003,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"106243708994605","imei1":"106243708994605","imei2":"106243708994605","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153998,"job_number":"JOB_153998","tr_customer_id":154015,"tr_customer_product_id":154005,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:40.000Z","name":"Alexandra Okuneva","mobile_number":"495-202-5334","email_id":"Fatima37@gmail.com","dop":"2025-06-09","serial_number":"100400932363297","imei1":"100400932363297","imei2":"100400932363297","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154002,"job_number":"JOB_154002","tr_customer_id":154019,"tr_customer_product_id":154009,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"103348478452216","imei1":"103348478452216","imei2":"103348478452216","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154004,"job_number":"JOB_154004","tr_customer_id":154021,"tr_customer_product_id":154011,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Brenna Moore","mobile_number":"643-806-0903","email_id":"Estell.Morar@hotmail.com","dop":"2025-06-09","serial_number":"109235168355372","imei1":"109235168355372","imei2":"109235168355372","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154093,"job_number":"JOB_154093","tr_customer_id":154110,"tr_customer_product_id":154100,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:05.000Z","name":"chumki duttagupta","mobile_number":"9763045818","email_id":"chumki@test.com","dop":"2025-06-09","serial_number":"108597766293488","imei1":"108597766293488","imei2":"108597766293488","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154095,"job_number":"JOB_154095","tr_customer_id":154112,"tr_customer_product_id":154102,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:06.000Z","modified_at":"2026-01-14T06:20:06.000Z","name":"Aisha Schuppe","mobile_number":"377-779-1256","email_id":"June_Borer90@yahoo.com","dop":"2025-06-09","serial_number":"104085321360320","imei1":"104085321360320","imei2":"104085321360320","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154096,"job_number":"JOB_154096","tr_customer_id":154113,"tr_customer_product_id":154103,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:19.000Z","modified_at":"2026-01-14T06:20:19.000Z","name":"Nirban chakraborty","mobile_number":"9763045812","email_id":"nirnan@test.com","dop":"2025-06-09","serial_number":"103147865437403","imei1":"103147865437403","imei2":"103147865437403","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154098,"job_number":"JOB_154098","tr_customer_id":154115,"tr_customer_product_id":154105,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:20.000Z","name":"Theo Schaden","mobile_number":"589-488-4084","email_id":"Anna0@hotmail.com","dop":"2025-06-09","serial_number":"105337770411467","imei1":"105337770411467","imei2":"105337770411467","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154099,"job_number":"JOB_154099","tr_customer_id":154116,"tr_customer_product_id":154106,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:33.000Z","modified_at":"2026-01-14T06:20:33.000Z","name":"Anirban dutta","mobile_number":"9434662928","email_id":"anirban@test.com","dop":"2025-06-09","serial_number":"101916358444388","imei1":"101916358444388","imei2":"101916358444388","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154101,"job_number":"JOB_154101","tr_customer_id":154118,"tr_customer_product_id":154108,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":2,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:34.000Z","name":"Freeman Spinka","mobile_number":"888-684-1667","email_id":"Elmore_Ritchie73@gmail.com","dop":"2025-06-09","serial_number":"100437002599220","imei1":"100437002599220","imei2":"100437002599220","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PJFA","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Job Assignment","assigned_by":null,"assigned_on":"2026-01-14T06:20:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iameng","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 694B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Accept-Language en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5bed3927-d21e-48f4-8a07-2206ba5a9b15
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 56
Request Body
{
            "username": "iameng",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 694
ETag W/"2b6-lHbrDGBtCdRpBvTKkL/IU1bw810"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:51 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1bc-5jtJRsd0hZILh8Na44eS7Os72ts"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 441B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 6f87e49c-2573-4a2b-b771-76014683d1f7
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 441
ETag W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":2,"first_name":"Mark","last_name":"zuk","login_id":"iameng","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":1,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-12-20T07:42:00.000Z","role_name":"Engineer","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"fa-dy8dN/UPU87UvqyXQsHHqicOua0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 164B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1966da62-001b-40cf-9596-acd23bae3f8c
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 164
ETag W/"a4-m6JnjyH5ogjwo148ioJgNUERm4c"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for repair","key":"pending_for_repair","count":1},{"label":"Repair completed","key":"repair_completed","count":124}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_repair"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 230ms
Mean size per request: 1006B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a27c1ad-6c9a-46ea-930c-b20bedc654e1
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 36
Request Body
{"details_key":"pending_for_repair"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1006
ETag W/"3ee-UV7ESdPYS1bZ2PmIVRB5sQJwWRE"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:51.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T07:25:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"repair_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 282fefc9-9006-40b5-add9-34fe17ad3c00
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 43
Request Body
{
            "details_key": "repair_completed"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:52 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/myjobs' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/engineer/myjobs
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 1.17KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 248ab82f-1567-4560-b37b-496c0ae8f455
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"4a9-/Uyxm4FdaoKSvc2ZsqWbhZGWtvA"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":3,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:51.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFR","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For Repair","assigned_by":1,"assigned_on":"2026-01-14T07:25:51.000Z","assigned_to":2,"mst_warrenty_status_code":"IW","problems":[{"id":3,"name":"Phone or app crashes","tr_job_head_id":154201,"remark":"","added_by":"fd fd","role_name":"FrontDesk","created_at":"2026-01-14T07:25:47.000Z"}],"quatations":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/master' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/master
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 10.53KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f9ac68f7-5a42-4c78-96ee-c98c67d9f52e
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"2a1c-v2lPE1pRCSNwLh+/V8ccxPYHAHM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":{"mst_oem":[{"id":1,"name":"Google","code":"GL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"},{"id":2,"name":"Apple","code":"APL","is_active":1,"created_at":"2021-10-26T08:24:17.000Z","modified_at":"2021-10-26T08:24:17.000Z"}],"mst_model":[{"id":1,"name":"Nexus 2 blue","code":"NX2BL","mst_product_id":1,"is_active":1,"created_at":"2021-10-29T19:28:00.000Z","modified_at":"2021-10-29T19:28:00.000Z"},{"id":2,"name":"gallexy","code":"gl","mst_product_id":1,"is_active":1,"created_at":"2022-06-10T07:18:03.000Z","modified_at":"2022-06-10T07:18:03.000Z"},{"id":3,"name":"Iphone 11","code":"ip11","mst_product_id":3,"is_active":1,"created_at":"2022-08-18T16:59:27.000Z","modified_at":"2022-08-18T17:00:31.000Z"}],"mst_action_status":[{"id":1,"name":"Job Creation","code":"JBC","description":"Job Creation","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":2,"name":"Pending For Job Assignment","code":"PJFA","description":"Pending For Job Assignment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":3,"name":"Pending For Repair","code":"PFR","description":"Pending For Repair","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":4,"name":"Pending For QC","code":"PFQC","description":"Pending For QC","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":5,"name":"Pending for Delivery","code":"PDL","description":"Pending for Delivery","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:00:39.000Z"},{"id":6,"name":"Delivered to customer","code":"DC","description":"Delivered to customer","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-12-20T08:01:48.000Z"},{"id":7,"name":"QC Rejected","code":"QCR","description":"QC Rejected","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":8,"name":"Quatation Raised","code":"QR","description":"Quatation Raised","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":9,"name":"Pending For Payment","code":"PFP","description":"Pending For Payment","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":10,"name":"Payment Is Done","code":"PD","description":"Payment Is Done","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":11,"name":"Job Closed Successfully","code":"JC","description":"Job Closed Successfully","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":12,"name":"Assigned to FST - Inbound","code":"AFI","description":"Assigned to FST - Inbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":13,"name":"Assigned to FST - Outbound","code":"AFO","description":"Assigned to FST - Outbound","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":14,"name":"Begin Journey","code":"BJY","description":"Begin Journey","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":15,"name":"Submitted To FD","code":"SFD","description":"Submitted To FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"},{"id":16,"name":"Collected At FD","code":"CFD","description":"Collected At FD","is_active":1,"created_at":"2021-10-26T08:48:23.000Z","modified_at":"2021-10-26T08:48:23.000Z"}],"mst_warrenty_status":[{"id":1,"name":"In Warrenty","code":"IW","description":"In Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"},{"id":2,"name":"Out Of Warrenty","code":"OOW","description":"Out Of Warrenty","is_active":1,"created_at":"2021-10-26T08:26:04.000Z","modified_at":"2021-10-26T08:26:04.000Z"}],"mst_platform":[{"id":1,"name":"FST","code":"FST","description":"Field technician will go to customer's house","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"},{"id":2,"name":"Front Desk","code":"FD","description":"Customer will come to service center to submit his device","is_active":1,"created_at":"2021-10-26T08:37:12.000Z","modified_at":"2021-10-26T08:37:12.000Z"}],"mst_product":[{"id":1,"name":"Nexus 2","code":"NX2","mst_oem_id":1,"is_active":1,"created_at":"2021-10-29T19:27:21.000Z","modified_at":"2021-10-29T19:27:21.000Z"},{"id":2,"name":"Pixel","code":"gl","mst_oem_id":1,"is_active":1,"created_at":"2022-06-10T07:16:57.000Z","modified_at":"2022-08-18T16:55:02.000Z"},{"id":3,"name":"IPhone","code":"ip","mst_oem_id":2,"is_active":1,"created_at":"2022-08-18T16:56:15.000Z","modified_at":"2022-08-18T16:57:20.000Z"}],"mst_role":[{"id":1,"name":"Engineer","code":"ENG","description":"Engineer","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":2,"name":"Supervisor","code":"SPV","description":"Supervisor","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":3,"name":"FST","code":"FST","description":"Field Service Technician","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":4,"name":"QC","code":"QC","description":"Quality check","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2021-10-26T08:39:48.000Z"},{"id":5,"name":"FrontDesk","code":"FD","description":"Front Desk","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"},{"id":6,"name":"Callcenter","code":"CC","description":"Callcenter","is_active":1,"created_at":"2021-10-26T08:39:48.000Z","modified_at":"2022-01-04T15:16:54.000Z"}],"mst_service_location":[{"id":1,"name":"Service Center A","code":"B2X","mobile_number":"8877667788","email_id":"servicecentera@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400075,"country":"India","gstin":"22AAAAA0000A1","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:58.000Z"},{"id":2,"name":"Service Center B","code":"SFY","mobile_number":"8877667789","email_id":"servicecenterb@gmail.com","address":"M.G. Road, Andheri(E)","pincode":400606,"country":"India","gstin":"22AAAAA0000B2","is_repair_line_engineer":1,"is_active":1,"created_at":"2021-10-26T08:30:50.000Z","modified_at":"2022-04-03T16:09:59.000Z"},{"id":3,"name":"Service Centre C","code":"PKC","mobile_number":"8877667790","email_id":"servicecenterpk@gmail.com","address":"Srinagar,Kashmir(A)","pincode":577432,"country":"India","gstin":"22AAAAA0000C3","is_repair_line_engineer":1,"is_active":1,"created_at":"2022-12-13T11:05:47.000Z","modified_at":"2022-12-13T11:05:47.000Z"}],"mst_problem":[{"id":1,"name":"Smartphone is running slow","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":2,"name":"Poor battery life","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":3,"name":"Phone or app crashes","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":4,"name":"Sync issue","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":5,"name":"MicroSD card is not working on your phone","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":6,"name":"Overheating","created_at":"2022-01-08T10:07:18.000Z","modified_at":"2022-01-08T10:07:18.000Z"},{"id":7,"name":"Connecting problem with Bluetooth, Wifi, Cellular network","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":8,"name":"Cracked screen","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":9,"name":"Other","created_at":"2022-01-08T10:07:19.000Z","modified_at":"2022-01-08T10:07:19.000Z"},{"id":10,"name":"Camera issue","created_at":"2022-06-13T15:01:02.000Z","modified_at":"2022-06-13T15:01:02.000Z"},{"id":11,"name":"Charger Not Working","created_at":"2022-08-14T12:38:04.000Z","modified_at":"2022-08-14T12:38:04.000Z"},{"id":12,"name":" Software Booting Issue ","created_at":"2022-08-14T13:03:08.000Z","modified_at":"2022-08-14T13:03:08.000Z"},{"id":15,"name":"Head Phone Jack not working","created_at":"2022-06-16T15:22:18.000Z","modified_at":"2022-06-16T15:22:18.000Z"},{"id":16,"name":"Head Phone issue","created_at":"2022-06-16T15:27:47.000Z","modified_at":"2022-06-16T15:27:47.000Z"},{"id":17,"name":"Random Problem","created_at":"2022-07-11T02:56:01.000Z","modified_at":"2022-07-11T02:56:01.000Z"},{"id":19,"name":"Front camera not working","created_at":"2022-07-13T17:50:54.000Z","modified_at":"2022-07-13T17:50:54.000Z"},{"id":20,"name":"Battery issue","created_at":"2022-07-13T17:51:47.000Z","modified_at":"2022-07-13T17:51:47.000Z"},{"id":22,"name":"Screen display issue","created_at":"2022-08-29T11:09:24.000Z","modified_at":"2022-08-29T11:09:24.000Z"},{"id":24,"name":"Apps Not Downloading","created_at":"2022-08-29T12:10:34.000Z","modified_at":"2022-08-29T12:10:34.000Z"},{"id":26,"name":"Unresponsive screen","created_at":"2022-09-19T10:03:08.000Z","modified_at":"2022-09-19T10:03:08.000Z"},{"id":27,"name":"Blue Screen Error","created_at":"2022-12-13T11:01:48.000Z","modified_at":"2022-12-13T11:01:48.000Z"},{"id":28,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"},{"id":29,"name":"PK Test Prob1","created_at":"2022-12-19T20:42:09.000Z","modified_at":"2022-12-19T20:42:09.000Z"}],"map_fst_pincode":[{"pincode":100011,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100012,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100013,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100014,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":100015,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":400065,"mst_service_location_id":1,"mst_service_location_name":"Service Center A"},{"pincode":200011,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200012,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200013,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200014,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"},{"pincode":200015,"mst_service_location_id":2,"mst_service_location_name":"Service Center B"}]}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/engineer/repaircomplete' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDE1NzN9.fEs0dLL0bUJq-PxWr2rJMrHLmQRwoBDEEJ7EVIgV-gM' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100,"problems":[{"id":3,"remark":"Reinstalled OS"}]}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/engineer/repaircomplete
Response Information
Response Code: 200 - OK
Mean time per request: 226ms
Mean size per request: 42B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MiwiZmlyc3RfbmFtZSI6Ik1hcmsiLCJsYXN0X25hbWUiOiJ6dWsiLCJsb2dpbl9pZCI6ImlhbWVuZyIsIm1vYmlsZV9udW1iZXIiOiI4ODk5Nzc2NjU1IiwiZW1haWxfaWQiOiJtYXJrQGdtYWlsLmNvbSIsInBhc3N3b3JkIjoiNWY0ZGNjM2I1YWE3NjVkNjFkODMyN2RlYjg4MmNmOTkiLCJyZXNldF9wYXNzd29yZF9kYXRlIjpudWxsLCJsb2NrX3N0YXR1cyI6MCwiaXNfYWN0aXZlIjoxLCJtc3Rfcm9sZV9pZCI6MSwibXN0X3NlcnZpY2VfbG9jYXRpb25faWQiOjEsImNyZWF0ZWRfYXQiOiIyMDIxLTExLTAzVDA4OjA2OjIzLjAwMFoiLCJtb2RpZmllZF9hdCI6IjIwMjEtMTItMjBUMDc6NDI6MDAuMDAwWiIsInJvbGVfbmFtZSI6IkVuZ2luZWVyIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTF9.BvypVixRz8G40Xsp4cr-4nj4etQvjuSlrcLmh9yXuy4
Content-Type application/json
Accept application/json, text/plain, */*
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token a62ad390-1f16-47ad-9001-02bf689d2542
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 136
Request Body
{
            "job_id":154201,
            "problems": [
                {
                    "id": 3,
                    "remark": "Reinstalled OS"
                }
            ]
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 42
ETag W/"2a-PisRr8WaBMvK6HLRD3EKeiTFMeI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Repair successful.","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamqc","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 681B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5e7a6c5d-7c91-4429-9b77-f4fa135b1203
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 55
Request Body
{
            "username": "iamqc",
            "password": "password"
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 681
ETag W/"2a9-aximyLNyAjoujz7WcLjHtEpRXDw"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:53 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1b9-gwZ3q4NUFVwjUwUa8wJaXTtaK9Q"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 431B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 1d30d850-5f4d-4c98-bb8b-85966ac8d319
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 431
ETag W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":3,"first_name":"qc","last_name":"qc","login_id":"iamqc","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":4,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"QC","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"a5-7bTG+pLXuOCNsQPYlnyAIc/g5Zc"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 234ms
Mean size per request: 202B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 8ac04bef-2b83-43e7-89ac-ef850d089095
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 202
ETag W/"ca-fN3pIGp+zUEC+7S+i2gU2Sjmx4I"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for QC","key":"pending_for_qc","count":1},{"label":"QC Completed","key":"qc_completed","count":124},{"label":"QC Rejected","key":"qc_rejected","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_qc"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 219ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 3e8954a6-d03f-49e8-8fc3-c8db7ec3ae4f
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 32
Request Body
{"details_key":"pending_for_qc"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"qc_completed"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 251ms
Mean size per request: 119.74KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 5a740c39-0f0e-4388-aeeb-9b32e4c3ed43
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 30
Request Body
{"details_key":"qc_completed"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1def1-GcrNzoZK0nMzBuB0N2CH3BCNj2w"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:54 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153829,"job_number":"JOB_153829","tr_customer_id":153846,"tr_customer_product_id":153836,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:48:41.000Z","modified_at":"2026-01-14T01:49:08.000Z","name":"Lenny Schinner","mobile_number":"757-521-6931","email_id":"Delbert.Schinner68@hotmail.com","dop":"2025-04-06","serial_number":"17981901937594","imei1":"17981901937594","imei2":"17981901937594","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153831,"job_number":"JOB_153831","tr_customer_id":153848,"tr_customer_product_id":153838,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:14.000Z","modified_at":"2026-01-14T01:49:40.000Z","name":"Ollie Paucek","mobile_number":"500-555-3937","email_id":"Kiley0@hotmail.com","dop":"2025-04-06","serial_number":"13154222440608","imei1":"13154222440608","imei2":"13154222440608","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:49:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153833,"job_number":"JOB_153833","tr_customer_id":153850,"tr_customer_product_id":153840,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:49:45.000Z","modified_at":"2026-01-14T01:50:12.000Z","name":"Lonie Murazik","mobile_number":"469-635-2135","email_id":"Lacy.Borer@yahoo.com","dop":"2025-04-06","serial_number":"12076308262130","imei1":"12076308262130","imei2":"12076308262130","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T01:50:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153836,"job_number":"JOB_153836","tr_customer_id":153853,"tr_customer_product_id":153843,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:23:36.000Z","modified_at":"2026-01-14T02:24:04.000Z","name":"Murl Reichert","mobile_number":"375-665-0000","email_id":"Consuelo74@gmail.com","dop":"2025-04-06","serial_number":"19529087638547","imei1":"19529087638547","imei2":"19529087638547","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153838,"job_number":"JOB_153838","tr_customer_id":153855,"tr_customer_product_id":153845,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:10.000Z","modified_at":"2026-01-14T02:24:37.000Z","name":"Robert Prosacco","mobile_number":"290-647-9694","email_id":"Verda13@yahoo.com","dop":"2025-04-06","serial_number":"11830785830299","imei1":"11830785830299","imei2":"11830785830299","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:24:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153840,"job_number":"JOB_153840","tr_customer_id":153857,"tr_customer_product_id":153847,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:24:43.000Z","modified_at":"2026-01-14T02:25:10.000Z","name":"Hobart Abbott","mobile_number":"208-861-6389","email_id":"Dejuan90@gmail.com","dop":"2025-04-06","serial_number":"11154231239164","imei1":"11154231239164","imei2":"11154231239164","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T02:25:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153843,"job_number":"JOB_153843","tr_customer_id":153860,"tr_customer_product_id":153850,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:30.000Z","modified_at":"2026-01-14T03:56:39.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"11490157505886","imei1":"11490157505886","imei2":"11490157505886","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153844,"job_number":"JOB_153844","tr_customer_id":153861,"tr_customer_product_id":153851,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:33.000Z","modified_at":"2026-01-14T03:57:10.000Z","name":"Jace Gibson","mobile_number":"915-461-3076","email_id":"Abbie_Pagac@yahoo.com","dop":"2025-04-06","serial_number":"12205415928753","imei1":"12205415928753","imei2":"12205415928753","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153847,"job_number":"JOB_153847","tr_customer_id":153864,"tr_customer_product_id":153854,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:41.000Z","modified_at":"2026-01-14T03:57:17.000Z","name":"Javier Kautzer","mobile_number":"463-868-1588","email_id":"Deion.Grady82@hotmail.com","dop":"2025-04-06","serial_number":"14221743042460","imei1":"14221743042460","imei2":"14221743042460","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153848,"job_number":"JOB_153848","tr_customer_id":153865,"tr_customer_product_id":153855,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:42.000Z","modified_at":"2026-01-14T03:56:50.000Z","name":"Karthik Duruvasula","mobile_number":"7897897890","email_id":"krthiksantosh@gmail.com","dop":"2025-05-07","serial_number":"50200394647868","imei1":"50200394647868","imei2":"50200394647868","popurl":"2025-05-07T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:56:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153850,"job_number":"JOB_153850","tr_customer_id":153867,"tr_customer_product_id":153857,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:56:58.000Z","modified_at":"2026-01-14T03:57:31.000Z","name":"Laverna Baumbach","mobile_number":"972-597-8934","email_id":"Adan39@gmail.com","dop":"2025-04-06","serial_number":"19533273907433","imei1":"19533273907433","imei2":"19533273907433","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153854,"job_number":"JOB_153854","tr_customer_id":153871,"tr_customer_product_id":153861,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:40.000Z","name":"Javonte Leffler","mobile_number":"995-637-4543","email_id":"Jesus_Stracke49@gmail.com","dop":"2025-04-06","serial_number":"17832052336488","imei1":"17832052336488","imei2":"17832052336488","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153855,"job_number":"JOB_153855","tr_customer_id":153872,"tr_customer_product_id":153862,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:04.000Z","modified_at":"2026-01-14T03:57:36.000Z","name":"Bennie Erdman","mobile_number":"360-470-1925","email_id":"Amanda.Schroeder@hotmail.com","dop":"2025-06-18","serial_number":"10306825897677","imei1":"10306825897677","imei2":"10306825897677","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153858,"job_number":"JOB_153858","tr_customer_id":153875,"tr_customer_product_id":153865,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:08.000Z","modified_at":"2026-01-14T03:57:39.000Z","name":"Greyson Bartell","mobile_number":"225-389-3357","email_id":"Magnolia4@yahoo.com","dop":"2025-04-06","serial_number":"17864665224283","imei1":"17864665224283","imei2":"17864665224283","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153861,"job_number":"JOB_153861","tr_customer_id":153878,"tr_customer_product_id":153868,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:11.000Z","modified_at":"2026-01-14T03:57:44.000Z","name":"Darien Turcotte","mobile_number":"486-520-1575","email_id":"Caitlyn54@yahoo.com","dop":"2025-04-06","serial_number":"12909667893323","imei1":"12909667893323","imei2":"12909667893323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153864,"job_number":"JOB_153864","tr_customer_id":153881,"tr_customer_product_id":153871,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:18.000Z","modified_at":"2026-01-14T03:57:51.000Z","name":"Derick Zieme","mobile_number":"663-825-6200","email_id":"Natalie_Torphy@hotmail.com","dop":"2025-04-06","serial_number":"15965444834049","imei1":"15965444834049","imei2":"15965444834049","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153867,"job_number":"JOB_153867","tr_customer_id":153884,"tr_customer_product_id":153874,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:25.000Z","modified_at":"2026-01-14T03:58:01.000Z","name":"Evan Corkery","mobile_number":"657-624-5669","email_id":"Hermann_Jaskolski@hotmail.com","dop":"2025-04-06","serial_number":"19690098759347","imei1":"19690098759347","imei2":"19690098759347","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:01.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153870,"job_number":"JOB_153870","tr_customer_id":153887,"tr_customer_product_id":153877,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:34.000Z","modified_at":"2026-01-14T03:58:11.000Z","name":"Chaya Smith","mobile_number":"864-425-7726","email_id":"Antonio_Bruen53@yahoo.com","dop":"2025-04-06","serial_number":"14219572498235","imei1":"14219572498235","imei2":"14219572498235","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153873,"job_number":"JOB_153873","tr_customer_id":153890,"tr_customer_product_id":153880,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:36.000Z","modified_at":"2026-01-14T03:58:09.000Z","name":"Kendrick Nitzsche","mobile_number":"998-763-5959","email_id":"Don_Frami48@gmail.com","dop":"2025-04-06","serial_number":"18810379936974","imei1":"18810379936974","imei2":"18810379936974","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153877,"job_number":"JOB_153877","tr_customer_id":153894,"tr_customer_product_id":153884,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:38.000Z","modified_at":"2026-01-14T03:57:46.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"13843017967465","imei1":"13843017967465","imei2":"13843017967465","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153879,"job_number":"JOB_153879","tr_customer_id":153896,"tr_customer_product_id":153886,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:39.000Z","modified_at":"2026-01-14T03:58:10.000Z","name":"Ludwig Lind","mobile_number":"960-957-2704","email_id":"Andreane97@hotmail.com","dop":"2025-04-06","serial_number":"19929668636032","imei1":"19929668636032","imei2":"19929668636032","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153883,"job_number":"JOB_153883","tr_customer_id":153900,"tr_customer_product_id":153890,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:42.000Z","modified_at":"2026-01-14T03:58:14.000Z","name":"Terry Graham","mobile_number":"342-646-8234","email_id":"Rashad_Sawayn@hotmail.com","dop":"2025-06-18","serial_number":"10803208499195","imei1":"10803208499195","imei2":"10803208499195","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153887,"job_number":"JOB_153887","tr_customer_id":153904,"tr_customer_product_id":153894,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:47.000Z","modified_at":"2026-01-14T03:58:23.000Z","name":"Myah Nienow","mobile_number":"516-642-0758","email_id":"Maximillian61@hotmail.com","dop":"2025-04-06","serial_number":"17885585121323","imei1":"17885585121323","imei2":"17885585121323","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153892,"job_number":"JOB_153892","tr_customer_id":153909,"tr_customer_product_id":153899,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:24.000Z","name":"Amy Beer","mobile_number":"425-685-0090","email_id":"Arno_Gerhold@yahoo.com","dop":"2025-04-06","serial_number":"18275463090712","imei1":"18275463090712","imei2":"18275463090712","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153895,"job_number":"JOB_153895","tr_customer_id":153912,"tr_customer_product_id":153902,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:58:28.000Z","name":"Charley Lesch","mobile_number":"220-715-0582","email_id":"Susanna8@gmail.com","dop":"2000-01-31","serial_number":"10971883605176","imei1":"10971883605176","imei2":"10971883605176","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153896,"job_number":"JOB_153896","tr_customer_id":153913,"tr_customer_product_id":153903,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:51.000Z","modified_at":"2026-01-14T03:57:59.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"13342090172188","imei1":"13342090172188","imei2":"13342090172188","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:57:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153897,"job_number":"JOB_153897","tr_customer_id":153914,"tr_customer_product_id":153904,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:52.000Z","modified_at":"2026-01-14T03:58:07.000Z","name":"Watson Sanford","mobile_number":"514-629-1854","email_id":"Zackery.Renner15@hotmail.com","dop":"2025-05-30","serial_number":"19408764057187","imei1":"19408764057187","imei2":"19408764057187","popurl":"2025-05-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:07.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153902,"job_number":"JOB_153902","tr_customer_id":153919,"tr_customer_product_id":153909,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:57:53.000Z","modified_at":"2026-01-14T03:58:26.000Z","name":"Sydnie Lind","mobile_number":"634-626-3774","email_id":"Dexter.McGlynn86@gmail.com","dop":"2025-04-06","serial_number":"14831787671978","imei1":"14831787671978","imei2":"14831787671978","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:26.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153912,"job_number":"JOB_153912","tr_customer_id":153929,"tr_customer_product_id":153919,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:01.000Z","modified_at":"2026-01-14T03:58:34.000Z","name":"Greta Rice","mobile_number":"567-961-6646","email_id":"Destin0@hotmail.com","dop":"2025-04-06","serial_number":"16916936851371","imei1":"16916936851371","imei2":"16916936851371","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153914,"job_number":"JOB_153914","tr_customer_id":153931,"tr_customer_product_id":153921,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:02.000Z","modified_at":"2026-01-14T03:58:39.000Z","name":"Yesenia McLaughlin","mobile_number":"507-661-0065","email_id":"Addie_Miller@hotmail.com","dop":"2025-04-06","serial_number":"15531344009933","imei1":"15531344009933","imei2":"15531344009933","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:39.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153920,"job_number":"JOB_153920","tr_customer_id":153937,"tr_customer_product_id":153927,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:12.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13708928657264","imei1":"13708928657264","imei2":"13708928657264","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153921,"job_number":"JOB_153921","tr_customer_id":153938,"tr_customer_product_id":153928,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:04.000Z","modified_at":"2026-01-14T03:58:41.000Z","name":"Erica Gerlach","mobile_number":"652-520-2135","email_id":"Alvina.Weimann@yahoo.com","dop":"2025-04-06","serial_number":"16768979329198","imei1":"16768979329198","imei2":"16768979329198","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153928,"job_number":"JOB_153928","tr_customer_id":153945,"tr_customer_product_id":153935,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:08.000Z","modified_at":"2026-01-14T03:58:45.000Z","name":"Athena Green","mobile_number":"728-889-3459","email_id":"Nils_Heaney@hotmail.com","dop":"2025-04-06","serial_number":"11620164623807","imei1":"11620164623807","imei2":"11620164623807","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153933,"job_number":"JOB_153933","tr_customer_id":153950,"tr_customer_product_id":153940,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:48.000Z","name":"Ceasar Schroeder","mobile_number":"343-893-0359","email_id":"Davonte.Will@yahoo.com","dop":"2025-04-06","serial_number":"17866295442270","imei1":"17866295442270","imei2":"17866295442270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153934,"job_number":"JOB_153934","tr_customer_id":153951,"tr_customer_product_id":153941,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:16.000Z","modified_at":"2026-01-14T03:58:47.000Z","name":"Icie Jerde","mobile_number":"234-421-8821","email_id":"Arnulfo.Keeling0@hotmail.com","dop":"2025-04-06","serial_number":"16323712534927","imei1":"16323712534927","imei2":"16323712534927","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153938,"job_number":"JOB_153938","tr_customer_id":153955,"tr_customer_product_id":153945,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:17.000Z","modified_at":"2026-01-14T03:58:50.000Z","name":"Eduardo Kuvalis","mobile_number":"825-222-3084","email_id":"Major23@hotmail.com","dop":"2025-04-06","serial_number":"11449525401453","imei1":"11449525401453","imei2":"11449525401453","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153943,"job_number":"JOB_153943","tr_customer_id":153960,"tr_customer_product_id":153950,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:06.000Z","name":"Bette Cummerata","mobile_number":"531-728-9718","email_id":"Rhiannon_Parker93@hotmail.com","dop":"2025-04-06","serial_number":"19303631550755","imei1":"19303631550755","imei2":"19303631550755","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153945,"job_number":"JOB_153945","tr_customer_id":153962,"tr_customer_product_id":153952,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:30.000Z","modified_at":"2026-01-14T03:59:03.000Z","name":"Natasha Nader","mobile_number":"956-487-2665","email_id":"Vernon.Dooley@yahoo.com","dop":"2025-04-06","serial_number":"11696707881450","imei1":"11696707881450","imei2":"11696707881450","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:03.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153949,"job_number":"JOB_153949","tr_customer_id":153966,"tr_customer_product_id":153956,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:32.000Z","modified_at":"2026-01-14T03:59:05.000Z","name":"Dudley West","mobile_number":"201-712-8767","email_id":"Isom_OConnell@hotmail.com","dop":"2025-04-06","serial_number":"14556553157525","imei1":"14556553157525","imei2":"14556553157525","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153952,"job_number":"JOB_153952","tr_customer_id":153969,"tr_customer_product_id":153959,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:36.000Z","modified_at":"2026-01-14T03:59:13.000Z","name":"William Huel","mobile_number":"312-349-5049","email_id":"Osbaldo.Leffler22@gmail.com","dop":"2000-01-31","serial_number":"10853652453127","imei1":"10853652453127","imei2":"10853652453127","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153955,"job_number":"JOB_153955","tr_customer_id":153972,"tr_customer_product_id":153962,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:41.000Z","modified_at":"2026-01-14T03:59:15.000Z","name":"Dewitt Kreiger","mobile_number":"804-756-0258","email_id":"Ludwig_Rosenbaum13@yahoo.com","dop":"2025-04-06","serial_number":"18331635341498","imei1":"18331635341498","imei2":"18331635341498","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153958,"job_number":"JOB_153958","tr_customer_id":153975,"tr_customer_product_id":153965,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:46.000Z","modified_at":"2026-01-14T03:59:23.000Z","name":"Marvin Parisian","mobile_number":"816-396-8878","email_id":"Edd45@yahoo.com","dop":"2025-04-06","serial_number":"17622992592245","imei1":"17622992592245","imei2":"17622992592245","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:23.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153961,"job_number":"JOB_153961","tr_customer_id":153978,"tr_customer_product_id":153968,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:48.000Z","modified_at":"2026-01-14T03:59:25.000Z","name":"Lila Pacocha","mobile_number":"407-499-2087","email_id":"Dolly_Stark82@hotmail.com","dop":"2025-04-06","serial_number":"18559771648689","imei1":"18559771648689","imei2":"18559771648689","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:25.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153964,"job_number":"JOB_153964","tr_customer_id":153981,"tr_customer_product_id":153971,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:53.000Z","modified_at":"2026-01-14T03:59:24.000Z","name":"Casper Pacocha","mobile_number":"319-971-2948","email_id":"Davion9@hotmail.com","dop":"2025-04-06","serial_number":"13236984803189","imei1":"13236984803189","imei2":"13236984803189","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153967,"job_number":"JOB_153967","tr_customer_id":153984,"tr_customer_product_id":153974,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:55.000Z","modified_at":"2026-01-14T03:59:28.000Z","name":"Fern Hackett","mobile_number":"558-950-5751","email_id":"Paris73@hotmail.com","dop":"2025-04-06","serial_number":"16717011796069","imei1":"16717011796069","imei2":"16717011796069","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:28.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153970,"job_number":"JOB_153970","tr_customer_id":153987,"tr_customer_product_id":153977,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:57.000Z","modified_at":"2026-01-14T03:59:29.000Z","name":"Alexys Halvorson","mobile_number":"913-944-4339","email_id":"Joseph_Wyman@hotmail.com","dop":"2025-04-06","serial_number":"11875182427843","imei1":"11875182427843","imei2":"11875182427843","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153973,"job_number":"JOB_153973","tr_customer_id":153990,"tr_customer_product_id":153980,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:04.000Z","modified_at":"2026-01-14T03:59:38.000Z","name":"Yasmeen Kessler","mobile_number":"313-517-9410","email_id":"Ezekiel_Aufderhar90@yahoo.com","dop":"2025-04-06","serial_number":"16004376525384","imei1":"16004376525384","imei2":"16004376525384","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153976,"job_number":"JOB_153976","tr_customer_id":153993,"tr_customer_product_id":153983,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:12.000Z","modified_at":"2026-01-14T03:59:45.000Z","name":"Aletha Dicki","mobile_number":"959-855-6091","email_id":"Erling83@gmail.com","dop":"2025-04-06","serial_number":"17927353150091","imei1":"17927353150091","imei2":"17927353150091","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153979,"job_number":"JOB_153979","tr_customer_id":153996,"tr_customer_product_id":153986,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:15.000Z","modified_at":"2026-01-14T03:59:50.000Z","name":"Samson Gaylord","mobile_number":"882-343-5998","email_id":"Bridgette96@yahoo.com","dop":"2025-04-06","serial_number":"12563495303374","imei1":"12563495303374","imei2":"12563495303374","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153982,"job_number":"JOB_153982","tr_customer_id":153999,"tr_customer_product_id":153989,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:21.000Z","modified_at":"2026-01-14T03:59:59.000Z","name":"Soledad Legros","mobile_number":"987-905-0976","email_id":"Mortimer62@hotmail.com","dop":"2000-01-31","serial_number":"10085490472080","imei1":"10085490472080","imei2":"10085490472080","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153984,"job_number":"JOB_153984","tr_customer_id":154001,"tr_customer_product_id":153991,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:22.000Z","modified_at":"2026-01-14T03:59:55.000Z","name":"Yasmin Bartoletti","mobile_number":"848-346-2918","email_id":"Moshe.Dach7@gmail.com","dop":"2025-04-06","serial_number":"11296060979270","imei1":"11296060979270","imei2":"11296060979270","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153991,"job_number":"JOB_153991","tr_customer_id":154008,"tr_customer_product_id":153998,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:31.000Z","modified_at":"2026-01-14T04:00:08.000Z","name":"Colt Goldner","mobile_number":"579-935-2789","email_id":"Rahsaan93@yahoo.com","dop":"2025-04-06","serial_number":"17084315109088","imei1":"17084315109088","imei2":"17084315109088","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153993,"job_number":"JOB_153993","tr_customer_id":154010,"tr_customer_product_id":154000,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:32.000Z","modified_at":"2026-01-14T04:00:09.000Z","name":"Adelia Collier","mobile_number":"797-841-5171","email_id":"Nikita.Heaney@gmail.com","dop":"2025-04-06","serial_number":"16126857119760","imei1":"16126857119760","imei2":"16126857119760","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154000,"job_number":"JOB_154000","tr_customer_id":154017,"tr_customer_product_id":154007,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:45.000Z","modified_at":"2026-01-14T04:00:19.000Z","name":"Marcos Schmidt","mobile_number":"656-284-9634","email_id":"Joshua84@yahoo.com","dop":"2025-04-06","serial_number":"11560468025637","imei1":"11560468025637","imei2":"11560468025637","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154006,"job_number":"JOB_154006","tr_customer_id":154023,"tr_customer_product_id":154013,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:57.000Z","modified_at":"2026-01-14T04:00:31.000Z","name":"Myron Dickens","mobile_number":"510-514-7198","email_id":"Raheem.Greenfelder@gmail.com","dop":"2025-04-06","serial_number":"17087632250174","imei1":"17087632250174","imei2":"17087632250174","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154009,"job_number":"JOB_154009","tr_customer_id":154026,"tr_customer_product_id":154016,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:06.000Z","modified_at":"2026-01-14T04:00:44.000Z","name":"Dino Ferry","mobile_number":"823-912-2232","email_id":"Emmanuelle_Dach@hotmail.com","dop":"2000-01-31","serial_number":"10595051635997","imei1":"10595051635997","imei2":"10595051635997","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154012,"job_number":"JOB_154012","tr_customer_id":154029,"tr_customer_product_id":154019,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:26.000Z","modified_at":"2026-01-14T04:00:59.000Z","name":"Citlalli Skiles","mobile_number":"793-796-3666","email_id":"Chet.Cummerata78@hotmail.com","dop":"2025-04-06","serial_number":"10726312332211","imei1":"10726312332211","imei2":"10726312332211","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154015,"job_number":"JOB_154015","tr_customer_id":154032,"tr_customer_product_id":154022,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:00:38.000Z","modified_at":"2026-01-14T04:01:12.000Z","name":"Saul Mayer","mobile_number":"697-799-1622","email_id":"Randi50@yahoo.com","dop":"2025-04-06","serial_number":"17461815720435","imei1":"17461815720435","imei2":"17461815720435","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:01:12.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154023,"job_number":"JOB_154023","tr_customer_id":154040,"tr_customer_product_id":154030,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:04:51.000Z","modified_at":"2026-01-14T04:05:11.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"28377301900698","imei1":"28377301900698","imei2":"28377301900698","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:11.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154030,"job_number":"JOB_154030","tr_customer_id":154047,"tr_customer_product_id":154037,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:18.000Z","modified_at":"2026-01-14T04:05:38.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"63218983304577","imei1":"63218983304577","imei2":"63218983304577","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:05:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154037,"job_number":"JOB_154037","tr_customer_id":154054,"tr_customer_product_id":154044,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:05:44.000Z","modified_at":"2026-01-14T04:06:04.000Z","name":"Nitya Anand","mobile_number":"8798828948","email_id":"Nitya@gmail.com","dop":"2025-04-30","serial_number":"99998152977953","imei1":"99998152977953","imei2":"99998152977953","popurl":"2025-04-30T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:06:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154043,"job_number":"JOB_154043","tr_customer_id":154060,"tr_customer_product_id":154050,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:37.000Z","modified_at":"2026-01-14T04:50:45.000Z","name":"Pietro McDermott","mobile_number":"509-520-3280","email_id":"Marianna.Casper@hotmail.com","dop":"2025-07-01","serial_number":"102473362399393","imei1":"102473362399393","imei2":"102473362399393","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:45.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154047,"job_number":"JOB_154047","tr_customer_id":154064,"tr_customer_product_id":154054,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:50:48.000Z","modified_at":"2026-01-14T04:50:56.000Z","name":"Tobin Sawayn","mobile_number":"285-924-8426","email_id":"Alexandro.VonRueden46@yahoo.com","dop":"2025-07-01","serial_number":"103068670926260","imei1":"103068670926260","imei2":"103068670926260","popurl":"2025-07-01T20:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:50:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154048,"job_number":"JOB_154048","tr_customer_id":154065,"tr_customer_product_id":154055,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:54:27.000Z","modified_at":"2026-01-14T04:55:06.000Z","name":"Kraig Schuppe","mobile_number":"402-239-7687","email_id":"Furman.Lebsack41@yahoo.com","dop":"2025-04-06","serial_number":"11024629518704","imei1":"11024629518704","imei2":"11024629518704","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154050,"job_number":"JOB_154050","tr_customer_id":154067,"tr_customer_product_id":154057,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:50.000Z","name":"Anne Hyatt","mobile_number":"738-381-3144","email_id":"Jalen45@yahoo.com","dop":"2025-04-06","serial_number":"16298921169320","imei1":"16298921169320","imei2":"16298921169320","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154051,"job_number":"JOB_154051","tr_customer_id":154068,"tr_customer_product_id":154058,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T04:59:16.000Z","modified_at":"2026-01-14T04:59:49.000Z","name":"Henri Beahan","mobile_number":"919-892-4514","email_id":"Abe_Dach@yahoo.com","dop":"2025-04-06","serial_number":"10911753445563","imei1":"10911753445563","imei2":"10911753445563","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:59:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154077,"job_number":"JOB_154077","tr_customer_id":154094,"tr_customer_product_id":154084,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:05.000Z","modified_at":"2026-01-14T06:16:41.000Z","name":"Icie McClure","mobile_number":"372-250-6632","email_id":"Kurtis.Reichel@hotmail.com","dop":"2025-04-06","serial_number":"14031103228359","imei1":"14031103228359","imei2":"14031103228359","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:41.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154086,"job_number":"JOB_154086","tr_customer_id":154103,"tr_customer_product_id":154093,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:48.000Z","modified_at":"2026-01-14T06:17:24.000Z","name":"Judah Herman","mobile_number":"341-611-8790","email_id":"Michaela78@yahoo.com","dop":"2025-04-06","serial_number":"10256291257703","imei1":"10256291257703","imei2":"10256291257703","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:24.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154091,"job_number":"JOB_154091","tr_customer_id":154108,"tr_customer_product_id":154098,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:31.000Z","modified_at":"2026-01-14T06:18:06.000Z","name":"Daija Von","mobile_number":"322-310-2307","email_id":"Declan.Funk@yahoo.com","dop":"2025-04-06","serial_number":"13889772195585","imei1":"13889772195585","imei2":"13889772195585","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:18:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154107,"job_number":"JOB_154107","tr_customer_id":154124,"tr_customer_product_id":154114,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:34.000Z","modified_at":"2026-01-14T06:23:43.000Z","name":"rita das","mobile_number":"9990877886","email_id":"klj@gmail.com","dop":"2025-09-09","serial_number":"11626896903705","imei1":"11626896903705","imei2":"11626896903705","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154109,"job_number":"JOB_154109","tr_customer_id":154126,"tr_customer_product_id":154116,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:35.000Z","modified_at":"2026-01-14T06:24:09.000Z","name":"Reva Gleichner","mobile_number":"857-563-0011","email_id":"Gennaro.Crist28@hotmail.com","dop":"2025-06-18","serial_number":"10332046478949","imei1":"10332046478949","imei2":"10332046478949","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:09.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154113,"job_number":"JOB_154113","tr_customer_id":154130,"tr_customer_product_id":154120,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:23:49.000Z","modified_at":"2026-01-14T06:23:58.000Z","name":"john merry","mobile_number":"8890877654","email_id":"oip@gmail.com","dop":"2025-09-09","serial_number":"10585837085856","imei1":"10585837085856","imei2":"10585837085856","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:23:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154116,"job_number":"JOB_154116","tr_customer_id":154133,"tr_customer_product_id":154123,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:04.000Z","modified_at":"2026-01-14T06:24:13.000Z","name":"nancy perry","mobile_number":"7889066543","email_id":"np@gmail.com","dop":"2025-09-09","serial_number":"13524504839883","imei1":"13524504839883","imei2":"13524504839883","popurl":"2025-09-09T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154118,"job_number":"JOB_154118","tr_customer_id":154135,"tr_customer_product_id":154125,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:24:16.000Z","modified_at":"2026-01-14T06:24:49.000Z","name":"Mollie Doyle","mobile_number":"231-246-9135","email_id":"Carolanne_Parisian33@hotmail.com","dop":"2025-06-18","serial_number":"10199391529659","imei1":"10199391529659","imei2":"10199391529659","popurl":"2025-06-18T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:24:49.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154121,"job_number":"JOB_154121","tr_customer_id":154138,"tr_customer_product_id":154128,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:26:27.000Z","modified_at":"2026-01-14T06:27:06.000Z","name":"Lilly Heller","mobile_number":"215-284-6151","email_id":"Elliott33@hotmail.com","dop":"2025-04-06","serial_number":"17395068759147","imei1":"17395068759147","imei2":"17395068759147","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154124,"job_number":"JOB_154124","tr_customer_id":154141,"tr_customer_product_id":154131,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:27:14.000Z","modified_at":"2026-01-14T06:27:54.000Z","name":"Gregorio Cummerata","mobile_number":"509-850-4612","email_id":"Cathryn_Jenkins26@gmail.com","dop":"2025-04-06","serial_number":"14034102614125","imei1":"14034102614125","imei2":"14034102614125","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:27:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154127,"job_number":"JOB_154127","tr_customer_id":154144,"tr_customer_product_id":154134,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:03.000Z","modified_at":"2026-01-14T06:28:46.000Z","name":"Darius Gibson","mobile_number":"522-641-7991","email_id":"Sanford.Mraz@yahoo.com","dop":"2025-04-06","serial_number":"13919490022379","imei1":"13919490022379","imei2":"13919490022379","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:46.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154131,"job_number":"JOB_154131","tr_customer_id":154148,"tr_customer_product_id":154138,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:50.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"Simeon Russel","mobile_number":"510-612-1016","email_id":"Dennis78@gmail.com","dop":"2025-04-06","serial_number":"11250569492197","imei1":"11250569492197","imei2":"11250569492197","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154136,"job_number":"JOB_154136","tr_customer_id":154153,"tr_customer_product_id":154143,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:36.000Z","modified_at":"2026-01-14T06:30:14.000Z","name":"Cecil Block","mobile_number":"693-829-2977","email_id":"Lorenz.Purdy91@yahoo.com","dop":"2025-04-06","serial_number":"12142990971902","imei1":"12142990971902","imei2":"12142990971902","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:14.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154139,"job_number":"JOB_154139","tr_customer_id":154156,"tr_customer_product_id":154146,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:30:22.000Z","modified_at":"2026-01-14T06:30:59.000Z","name":"Lamar Quitzon","mobile_number":"200-675-6834","email_id":"Kristopher54@yahoo.com","dop":"2025-04-06","serial_number":"14855572082858","imei1":"14855572082858","imei2":"14855572082858","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:30:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154141,"job_number":"JOB_154141","tr_customer_id":154158,"tr_customer_product_id":154148,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:33:25.000Z","modified_at":"2026-01-14T06:33:59.000Z","name":"Bette Terry","mobile_number":"859-769-4755","email_id":"Emmalee.Cummerata84@yahoo.com","dop":"2025-04-06","serial_number":"17660785730277","imei1":"17660785730277","imei2":"17660785730277","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:33:59.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154144,"job_number":"JOB_154144","tr_customer_id":154161,"tr_customer_product_id":154151,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:08.000Z","modified_at":"2026-01-14T06:34:42.000Z","name":"Ana Quitzon","mobile_number":"947-875-0473","email_id":"Laury_Spinka54@gmail.com","dop":"2025-04-06","serial_number":"16369899455816","imei1":"16369899455816","imei2":"16369899455816","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:42.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154147,"job_number":"JOB_154147","tr_customer_id":154164,"tr_customer_product_id":154154,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:15.000Z","modified_at":"2026-01-14T06:34:50.000Z","name":"Cristobal Thiel","mobile_number":"994-427-9066","email_id":"Adrian10@yahoo.com","dop":"2000-01-31","serial_number":"10221139667662","imei1":"10221139667662","imei2":"10221139667662","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:34:50.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154150,"job_number":"JOB_154150","tr_customer_id":154167,"tr_customer_product_id":154157,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:49.000Z","modified_at":"2026-01-14T06:35:22.000Z","name":"Nedra Mante","mobile_number":"529-898-6102","email_id":"Helena_Smith80@hotmail.com","dop":"2025-04-06","serial_number":"15611308934794","imei1":"15611308934794","imei2":"15611308934794","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:22.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154153,"job_number":"JOB_154153","tr_customer_id":154170,"tr_customer_product_id":154160,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:34:57.000Z","modified_at":"2026-01-14T06:35:31.000Z","name":"Olga Konopelski","mobile_number":"970-840-3586","email_id":"Eulalia39@gmail.com","dop":"2000-01-31","serial_number":"10227541627572","imei1":"10227541627572","imei2":"10227541627572","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:35:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154156,"job_number":"JOB_154156","tr_customer_id":154173,"tr_customer_product_id":154163,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:29.000Z","modified_at":"2026-01-14T06:36:05.000Z","name":"Shanie Hansen","mobile_number":"383-980-9180","email_id":"Douglas79@hotmail.com","dop":"2025-04-06","serial_number":"17341227724287","imei1":"17341227724287","imei2":"17341227724287","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:05.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154159,"job_number":"JOB_154159","tr_customer_id":154176,"tr_customer_product_id":154166,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:38.000Z","modified_at":"2026-01-14T06:36:13.000Z","name":"Miguel Kreiger","mobile_number":"977-831-6455","email_id":"Jovani.Shields@gmail.com","dop":"2000-01-31","serial_number":"10827754416272","imei1":"10827754416272","imei2":"10827754416272","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154162,"job_number":"JOB_154162","tr_customer_id":154179,"tr_customer_product_id":154169,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:35:39.000Z","modified_at":"2026-01-14T06:36:18.000Z","name":"Maeve Jerde","mobile_number":"920-290-8389","email_id":"Gilbert.Sporer@hotmail.com","dop":"2025-04-06","serial_number":"12743996783609","imei1":"12743996783609","imei2":"12743996783609","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:18.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154165,"job_number":"JOB_154165","tr_customer_id":154182,"tr_customer_product_id":154172,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:19.000Z","modified_at":"2026-01-14T06:36:55.000Z","name":"Liana Gulgowski","mobile_number":"239-450-4917","email_id":"Jamey.Zboncak@yahoo.com","dop":"2000-01-31","serial_number":"10298454519988","imei1":"10298454519988","imei2":"10298454519988","popurl":"2000-01-31T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:36:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154168,"job_number":"JOB_154168","tr_customer_id":154185,"tr_customer_product_id":154175,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:36:25.000Z","modified_at":"2026-01-14T06:37:04.000Z","name":"Madisyn Nicolas","mobile_number":"350-595-6146","email_id":"Faustino.Pollich27@yahoo.com","dop":"2025-04-06","serial_number":"17915228484757","imei1":"17915228484757","imei2":"17915228484757","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:04.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154171,"job_number":"JOB_154171","tr_customer_id":154188,"tr_customer_product_id":154178,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:37:15.000Z","modified_at":"2026-01-14T06:37:56.000Z","name":"Tomas Haag","mobile_number":"868-257-5554","email_id":"Isaac46@yahoo.com","dop":"2025-04-06","serial_number":"10463176650217","imei1":"10463176650217","imei2":"10463176650217","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:37:56.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154174,"job_number":"JOB_154174","tr_customer_id":154191,"tr_customer_product_id":154181,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:40:18.000Z","modified_at":"2026-01-14T06:40:54.000Z","name":"Viva Kessler","mobile_number":"765-768-5540","email_id":"Kayleigh_Daugherty@gmail.com","dop":"2025-04-06","serial_number":"17467492840027","imei1":"17467492840027","imei2":"17467492840027","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:40:54.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154177,"job_number":"JOB_154177","tr_customer_id":154194,"tr_customer_product_id":154184,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:01.000Z","modified_at":"2026-01-14T06:41:37.000Z","name":"Amira Smith","mobile_number":"642-704-8941","email_id":"Myra74@yahoo.com","dop":"2025-04-06","serial_number":"19237423963941","imei1":"19237423963941","imei2":"19237423963941","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:41:37.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154179,"job_number":"JOB_154179","tr_customer_id":154196,"tr_customer_product_id":154186,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:24.000Z","modified_at":"2026-01-14T06:42:00.000Z","name":"Sven Dach","mobile_number":"750-768-4719","email_id":"Earnestine26@hotmail.com","dop":"2025-04-06","serial_number":"17024420905663","imei1":"17024420905663","imei2":"17024420905663","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:00.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154182,"job_number":"JOB_154182","tr_customer_id":154199,"tr_customer_product_id":154189,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:44.000Z","modified_at":"2026-01-14T06:42:19.000Z","name":"Tod Zemlak","mobile_number":"664-656-6633","email_id":"Floy85@hotmail.com","dop":"2025-04-06","serial_number":"14072984813457","imei1":"14072984813457","imei2":"14072984813457","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:19.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154184,"job_number":"JOB_154184","tr_customer_id":154201,"tr_customer_product_id":154191,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:41:55.000Z","modified_at":"2026-01-14T06:42:40.000Z","name":"Cristal Daugherty","mobile_number":"261-234-6632","email_id":"Zane_Mosciski@gmail.com","dop":"2025-04-06","serial_number":"19864832230161","imei1":"19864832230161","imei2":"19864832230161","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:42:40.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154187,"job_number":"JOB_154187","tr_customer_id":154204,"tr_customer_product_id":154194,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:00.000Z","modified_at":"2026-01-14T06:49:32.000Z","name":"Dixie Quigley","mobile_number":"874-646-6553","email_id":"Morris_Schaden@gmail.com","dop":"2025-04-06","serial_number":"11720591410960","imei1":"11720591410960","imei2":"11720591410960","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:32.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154188,"job_number":"JOB_154188","tr_customer_id":154205,"tr_customer_product_id":154195,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:01.000Z","modified_at":"2026-01-14T06:49:34.000Z","name":"Karson Kutch","mobile_number":"684-528-8087","email_id":"Kamren_Wilkinson@yahoo.com","dop":"2025-04-06","serial_number":"10032841181157","imei1":"10032841181157","imei2":"10032841181157","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:49:34.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154192,"job_number":"JOB_154192","tr_customer_id":154209,"tr_customer_product_id":154199,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:49:38.000Z","modified_at":"2026-01-14T06:50:10.000Z","name":"Carlie Boehm","mobile_number":"937-577-3138","email_id":"Jan_Bailey@hotmail.com","dop":"2025-04-06","serial_number":"16591221266619","imei1":"16591221266619","imei2":"16591221266619","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:10.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154195,"job_number":"JOB_154195","tr_customer_id":154212,"tr_customer_product_id":154202,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:50:16.000Z","modified_at":"2026-01-14T06:50:47.000Z","name":"Johnny Rath","mobile_number":"257-680-9169","email_id":"Yasmeen.Kunde68@yahoo.com","dop":"2025-04-06","serial_number":"14319025814076","imei1":"14319025814076","imei2":"14319025814076","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:50:47.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154197,"job_number":"JOB_154197","tr_customer_id":154214,"tr_customer_product_id":154204,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:00:09.000Z","modified_at":"2026-01-14T07:00:48.000Z","name":"Marlen Wilderman","mobile_number":"793-997-4718","email_id":"Billie38@gmail.com","dop":"2025-04-06","serial_number":"13835497114860","imei1":"13835497114860","imei2":"13835497114860","popurl":"2025-04-06T18:30:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:00:48.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153929,"job_number":"JOB_153929","tr_customer_id":153946,"tr_customer_product_id":153936,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:58:09.000Z","modified_at":"2026-01-14T03:58:30.000Z","name":"Arne Veum","mobile_number":"366-472-3452","email_id":"Lempi_Mertz@gmail.com","dop":"2025-10-01","serial_number":"19137928044103","imei1":"19137928044103","imei2":"19137928044103","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:58:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153988,"job_number":"JOB_153988","tr_customer_id":154005,"tr_customer_product_id":153995,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:25.000Z","modified_at":"2026-01-14T03:59:36.000Z","name":"Loma Witting","mobile_number":"452-492-9709","email_id":"Sigrid85@hotmail.com","dop":"2025-06-09","serial_number":"107381718430286","imei1":"107381718430286","imei2":"107381718430286","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:36.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153997,"job_number":"JOB_153997","tr_customer_id":154014,"tr_customer_product_id":154004,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:40.000Z","modified_at":"2026-01-14T03:59:51.000Z","name":"Kari Ryan","mobile_number":"225-392-3922","email_id":"Coy77@yahoo.com","dop":"2025-06-09","serial_number":"104556701408188","imei1":"104556701408188","imei2":"104556701408188","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T03:59:51.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154003,"job_number":"JOB_154003","tr_customer_id":154020,"tr_customer_product_id":154010,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T03:59:55.000Z","modified_at":"2026-01-14T04:00:06.000Z","name":"Jovani Lemke","mobile_number":"392-337-5049","email_id":"Dewitt14@gmail.com","dop":"2025-06-09","serial_number":"109941967494156","imei1":"109941967494156","imei2":"109941967494156","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T04:00:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154069,"job_number":"JOB_154069","tr_customer_id":154086,"tr_customer_product_id":154076,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T05:34:28.000Z","modified_at":"2026-01-14T05:34:33.000Z","name":"Adonis Abbott","mobile_number":"858-993-9884","email_id":"Alisa.Cartwright@hotmail.com","dop":"2026-01-10","serial_number":"216091686850811","imei1":"216091686850811","imei2":"216091686850811","popurl":"2026-01-10T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T05:34:33.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154081,"job_number":"JOB_154081","tr_customer_id":154098,"tr_customer_product_id":154088,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:27.000Z","modified_at":"2026-01-14T06:16:38.000Z","name":"Thaddeus Jerde","mobile_number":"806-205-6008","email_id":"Hayden_Marvin44@hotmail.com","dop":"2025-11-04","serial_number":"18012192532622","imei1":"18012192532622","imei2":"18012192532622","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:38.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154084,"job_number":"JOB_154084","tr_customer_id":154101,"tr_customer_product_id":154091,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:42.000Z","modified_at":"2026-01-14T06:16:53.000Z","name":"Jessyca Lehner","mobile_number":"806-390-4389","email_id":"Lolita_Glover70@yahoo.com","dop":"2025-11-04","serial_number":"29170768344376","imei1":"29170768344376","imei2":"29170768344376","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:16:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154088,"job_number":"JOB_154088","tr_customer_id":154105,"tr_customer_product_id":154095,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:16:57.000Z","modified_at":"2026-01-14T06:17:08.000Z","name":"Maritza Dietrich","mobile_number":"925-768-6600","email_id":"Garret_Streich25@hotmail.com","dop":"2025-11-04","serial_number":"37748598739959","imei1":"37748598739959","imei2":"37748598739959","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:08.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154089,"job_number":"JOB_154089","tr_customer_id":154106,"tr_customer_product_id":154096,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:17:07.000Z","modified_at":"2026-01-14T06:17:30.000Z","name":"Trey Larson","mobile_number":"398-927-9041","email_id":"Rita.Lockman@yahoo.com","dop":"2025-10-01","serial_number":"17086184724603","imei1":"17086184724603","imei2":"17086184724603","popurl":"2025-10-01T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:17:30.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154094,"job_number":"JOB_154094","tr_customer_id":154111,"tr_customer_product_id":154101,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:05.000Z","modified_at":"2026-01-14T06:20:15.000Z","name":"Lane Sipes","mobile_number":"504-390-7833","email_id":"Daniela.Homenick@hotmail.com","dop":"2025-06-09","serial_number":"104192624531284","imei1":"104192624531284","imei2":"104192624531284","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:15.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154097,"job_number":"JOB_154097","tr_customer_id":154114,"tr_customer_product_id":154104,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:20.000Z","modified_at":"2026-01-14T06:20:29.000Z","name":"Elizabeth Luettgen","mobile_number":"934-412-3780","email_id":"Hollis_Johnston33@hotmail.com","dop":"2025-06-09","serial_number":"102291455033185","imei1":"102291455033185","imei2":"102291455033185","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154100,"job_number":"JOB_154100","tr_customer_id":154117,"tr_customer_product_id":154107,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:20:34.000Z","modified_at":"2026-01-14T06:20:43.000Z","name":"Andrew VonRueden","mobile_number":"716-262-1040","email_id":"Anastasia_Reichel17@gmail.com","dop":"2025-06-09","serial_number":"106703606040391","imei1":"106703606040391","imei2":"106703606040391","popurl":"2025-06-09T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:20:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154102,"job_number":"JOB_154102","tr_customer_id":154119,"tr_customer_product_id":154109,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:32.000Z","modified_at":"2026-01-14T06:21:43.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"89312230929787","imei1":"89312230929787","imei2":"89312230929787","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:43.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154103,"job_number":"JOB_154103","tr_customer_id":154120,"tr_customer_product_id":154110,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:21:47.000Z","modified_at":"2026-01-14T06:21:58.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"13531816808550","imei1":"13531816808550","imei2":"13531816808550","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:21:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154104,"job_number":"JOB_154104","tr_customer_id":154121,"tr_customer_product_id":154111,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:22:02.000Z","modified_at":"2026-01-14T06:22:13.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"80938111541625","imei1":"80938111541625","imei2":"80938111541625","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:22:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154129,"job_number":"JOB_154129","tr_customer_id":154146,"tr_customer_product_id":154136,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:28:48.000Z","modified_at":"2026-01-14T06:28:58.000Z","name":"shoaib shaikh","mobile_number":"9191987787","email_id":"shaikhshoaib@gmail.com","dop":"2025-12-13","serial_number":"71423107519664","imei1":"71423107519664","imei2":"71423107519664","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:28:58.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154133,"job_number":"JOB_154133","tr_customer_id":154150,"tr_customer_product_id":154140,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:03.000Z","modified_at":"2026-01-14T06:29:13.000Z","name":"uday p","mobile_number":"9191922787","email_id":"udap@gmail.com","dop":"2025-12-13","serial_number":"79074489651727","imei1":"79074489651727","imei2":"79074489651727","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:13.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154134,"job_number":"JOB_154134","tr_customer_id":154151,"tr_customer_product_id":154141,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T06:29:18.000Z","modified_at":"2026-01-14T06:29:29.000Z","name":"jatin sharma","mobile_number":"9191976787","email_id":"jatinvsharma@gmail.com","dop":"2025-12-13","serial_number":"28655533978288","imei1":"28655533978288","imei2":"28655533978288","popurl":"2025-12-13T18:30:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T06:29:29.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154199,"job_number":"JOB_154199","tr_customer_id":154216,"tr_customer_product_id":154206,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:21.000Z","modified_at":"2026-01-14T07:25:31.000Z","name":"Eugenia Konopelski","mobile_number":"275-461-2835","email_id":"Seth.Kuhn@hotmail.com","dop":"2025-11-04","serial_number":"20592900893100","imei1":"20592900893100","imei2":"20592900893100","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:25:31.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154200,"job_number":"JOB_154200","tr_customer_id":154217,"tr_customer_product_id":154207,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":11,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:34.000Z","modified_at":"2026-01-14T07:25:44.000Z","name":"Immanuel Lind","mobile_number":"587-829-0253","email_id":"Rod.Gulgowski@gmail.com","dop":"2025-11-04","serial_number":"10204642158617","imei1":"10204642158617","imei2":"10204642158617","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"JC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Job Closed Successfully","assigned_by":4,"assigned_on":"2026-01-14T07:25:44.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 243ms
Mean size per request: 1020B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea92591c-053a-4e11-9075-35dee46545e8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 1020
ETag W/"3fc-0zySruc6HInEV/0tDoWlbUPUpn0"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":4,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:53.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PFQC","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending For QC","assigned_by":2,"assigned_on":"2026-01-14T07:25:53.000Z","assigned_to":null,"mst_warrenty_status_code":"IW","problems":[]}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 49B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token c73e833f-0343-4e95-8763-6c8c4f52c565
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154201
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 49
ETag W/"31-mme4/gAy7n3u0+fm11JLWXqB5Dc"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"QC completed successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/qc' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2MjcwMzU5NH0.k2YS4elo7OV9GVZh5eAWCIX6avxpiW3o5WfoYo_rOos' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/qc
Response Information
Response Code: 200 - OK
Mean time per request: 238ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MywiZmlyc3RfbmFtZSI6InFjIiwibGFzdF9uYW1lIjoicWMiLCJsb2dpbl9pZCI6ImlhbXFjIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo0LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiUUMiLCJzZXJ2aWNlX2xvY2F0aW9uIjoiU2VydmljZSBDZW50ZXIgQSIsImlhdCI6MTc2ODM3NTU1M30.sF_C2DC_-oPs4SsSTQprT-edWl-ow6uICK_2yhFY7-w
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ab5f6b8b-7d6e-4f2d-beaf-b28c136dd88d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/login' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"username":"iamfd","password":"password"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/login
Response Information
Response Code: 200 - OK
Mean time per request: 218ms
Mean size per request: 690B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 791c2f50-0669-4312-b163-0e09e867d665
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 42
Request Body
{"username":"iamfd","password":"password"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 690
ETag W/"2b2-PxS8evOeBLUHrqomPKFhNqdj3iw"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:55 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NTV9.BH7Xupnd6NMPI3bVX36EPoIUY-7jXGN8CP0oOtT2qAQ"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/userdetails' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"1af-Hx7rWnhMedRwRJUvWdcdDLlvRd0"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/userdetails
Response Information
Response Code: 200 - OK
Mean time per request: 217ms
Mean size per request: 438B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 92b872bd-037a-42b6-838d-16e51def0f41
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 438
ETag W/"1b6-cR2dclq1S8zJDBAsHCDA10lTBi4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":{"id":4,"first_name":"fd","last_name":"fd","login_id":"iamfd","mobile_number":"8899776655","email_id":"mark@gmail.com","password":"5f4dcc3b5aa765d61d8327deb882cf99","reset_password_date":null,"lock_status":0,"is_active":1,"mst_role_id":5,"mst_service_location_id":1,"created_at":"2021-11-03T08:06:23.000Z","modified_at":"2021-11-03T08:06:23.000Z","role_name":"FrontDesk","service_location":"Service Center A"}}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/count' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'If-None-Match: W/"ca-jAuD6auKdGVIj/PAp8hCwAtCfbU"' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/dashboard/count
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 242B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token ea165277-7ffb-428d-aa7c-fbbcbbe3a07d
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 242
ETag W/"f2-L0MOfjOtaGsYlsx+wb3hPTBKO5E"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[{"label":"Pending for delivery","key":"pending_for_delivery","count":5},{"label":"Created today","key":"created_today","count":377},{"label":"Pending for FST assignment","key":"pending_fst_assignment","count":0}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/dashboard/details' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"details_key":"pending_for_delivery"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/dashboard/details
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token 0b0e4d72-2dc3-4264-897e-322177214feb
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 38
Request Body
{"details_key":"pending_for_delivery"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1365-iO0RC6oi+QTSQD/vdUYM4b7NuoM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:55.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T07:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/readyfordelivery' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: GET
Request URL: http://64.227.160.186:9000/v1/fd/readyfordelivery
Response Information
Response Code: 200 - OK
Mean time per request: 229ms
Mean size per request: 4.85KB

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token f2b102c1-c4c4-46c0-8e0b-28ab2e521c76
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
ETag W/"1365-iO0RC6oi+QTSQD/vdUYM4b7NuoM"
Vary Accept-Encoding
Content-Encoding gzip
Date Wed, 14 Jan 2026 07:25:56 GMT
Connection keep-alive
Keep-Alive timeout=5
Transfer-Encoding chunked
Response Body
{"message":"Success","data":[{"id":153811,"job_number":"JOB_153811","tr_customer_id":153828,"tr_customer_product_id":153818,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-13T19:54:59.000Z","modified_at":"2026-01-13T22:23:20.000Z","name":"Bipin Deshpande","mobile_number":"4536565465","email_id":"biooi@gmail.com","dop":"2026-01-03","serial_number":"35425345453245345","imei1":"35425345453245345","imei2":"35425345453245345","popurl":"2026-01-03T18:30:00.000Z","mst_model_id":2,"mst_product_id":1,"mst_model_name":"gallexy","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-13T22:23:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153825,"job_number":"JOB_153825","tr_customer_id":153842,"tr_customer_product_id":153832,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T00:54:41.000Z","modified_at":"2026-01-14T00:56:17.000Z","name":"Devan Streich","mobile_number":"939-841-2184","email_id":"Cristobal44@yahoo.com","dop":"2025-11-13","serial_number":"17224845410869","imei1":"17224845410869","imei2":"17224845410869","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T00:56:17.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153826,"job_number":"JOB_153826","tr_customer_id":153843,"tr_customer_product_id":153833,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T01:07:15.000Z","modified_at":"2026-01-14T01:10:20.000Z","name":"Tyson Skiles","mobile_number":"906-893-6516","email_id":"Gardner_Breitenberg@hotmail.com","dop":"2025-11-13","serial_number":"11444895793601","imei1":"11444895793601","imei2":"11444895793601","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T01:10:20.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":153842,"job_number":"JOB_153842","tr_customer_id":153859,"tr_customer_product_id":153849,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":1,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T02:53:16.000Z","modified_at":"2026-01-14T02:55:06.000Z","name":"Mina Schultz","mobile_number":"327-246-5582","email_id":"Isaac_Monahan35@gmail.com","dop":"2025-11-13","serial_number":"19505019587433","imei1":"19505019587433","imei2":"19505019587433","popurl":"2025-11-13T06:00:00.000Z","mst_model_id":1,"mst_product_id":1,"mst_model_name":"Nexus 2 blue","mst_product_name":"Nexus 2","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Google","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T02:55:06.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"},{"id":154201,"job_number":"JOB_154201","tr_customer_id":154218,"tr_customer_product_id":154208,"mst_service_location_id":1,"mst_platform_id":2,"mst_action_status_id":5,"mst_warrenty_status_id":1,"mst_oem_id":2,"repair_start_date":null,"repair_end_date":null,"created_at":"2026-01-14T07:25:47.000Z","modified_at":"2026-01-14T07:25:55.000Z","name":"Laila Hintz","mobile_number":"924-254-4020","email_id":"Eduardo.Howe8@yahoo.com","dop":"2025-11-04","serial_number":"26349521545837","imei1":"26349521545837","imei2":"26349521545837","popurl":"2025-11-04T23:00:00.000Z","mst_model_id":3,"mst_product_id":3,"mst_model_name":"Iphone 11","mst_product_name":"IPhone","mst_service_location_name":"Service Center A","mst_action_status_code":"PDL","mst_platform_name":"Front Desk","mst_warrenty_status":"In Warrenty","mst_oem_name":"Apple","mst_action_status":"Pending for Delivery","assigned_by":3,"assigned_on":"2026-01-14T07:25:55.000Z","assigned_to":null,"mst_warrenty_status_code":"IW"}]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/fd/delivertocustomer' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDQ1MjZ9.9PRb4D-Qi4k-AXJ37WoER_vk3MFrvNZCXpp_wuXXVoA' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"job_id":98100}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/fd/delivertocustomer
Response Information
Response Code: 200 - OK
Mean time per request: 231ms
Mean size per request: 58B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e13a398d-20c6-4d57-8130-87ff7f98ee34
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 24
Request Body
{
            "job_id": 154201
        }
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 58
ETag W/"3a-3WdMDfucbYXvuH7Sl4ZX4bUclMI"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Delivered to customer successfully","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/search' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Type: application/json' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --data-raw '{"searchText":"JOB_98100"}' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/search
Response Information
Response Code: 200 - OK
Mean time per request: 224ms
Mean size per request: 31B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
Content-Type application/json
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token e2e3391c-22d7-4ccc-81fc-84742ce58156
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 26
Request Body
{"searchText":"JOB_98100"}
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 31
ETag W/"1f-XHSNhKvrk3aAE4wN//TuJSkDTNM"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":[]}
Test Information
No Tests for this request
Request Description
Generated from cURL: curl 'http://64.227.160.186:9000/v1/job/details/JOB_98100' \ -X 'POST' \ -H 'Accept: application/json, text/plain, */*' \ -H 'Accept-Language: en,nl-NL;q=0.9,nl;q=0.8,en-US;q=0.7' \ -H 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjI3MDUyMjJ9.YREOhYz69EGXsaEozCw6Ugj3PVEi1zWT1bB4uvrhA9o' \ -H 'Connection: keep-alive' \ -H 'Content-Length: 0' \ -H 'Content-Type: text/plain' \ -H 'DNT: 1' \ -H 'Origin: http://phoenix.techwithjatin.com' \ -H 'Referer: http://phoenix.techwithjatin.com/' \ -H 'User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36' \ --insecure
Request Information
Request Method: POST
Request URL: http://64.227.160.186:9000/v1/job/details/154201
Response Information
Response Code: 200 - OK
Mean time per request: 228ms
Mean size per request: 33B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Authorization eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NCwiZmlyc3RfbmFtZSI6ImZkIiwibGFzdF9uYW1lIjoiZmQiLCJsb2dpbl9pZCI6ImlhbWZkIiwibW9iaWxlX251bWJlciI6Ijg4OTk3NzY2NTUiLCJlbWFpbF9pZCI6Im1hcmtAZ21haWwuY29tIiwicGFzc3dvcmQiOiI1ZjRkY2MzYjVhYTc2NWQ2MWQ4MzI3ZGViODgyY2Y5OSIsInJlc2V0X3Bhc3N3b3JkX2RhdGUiOm51bGwsImxvY2tfc3RhdHVzIjowLCJpc19hY3RpdmUiOjEsIm1zdF9yb2xlX2lkIjo1LCJtc3Rfc2VydmljZV9sb2NhdGlvbl9pZCI6MSwiY3JlYXRlZF9hdCI6IjIwMjEtMTEtMDNUMDg6MDY6MjMuMDAwWiIsIm1vZGlmaWVkX2F0IjoiMjAyMS0xMS0wM1QwODowNjoyMy4wMDBaIiwicm9sZV9uYW1lIjoiRnJvbnREZXNrIiwic2VydmljZV9sb2NhdGlvbiI6IlNlcnZpY2UgQ2VudGVyIEEiLCJpYXQiOjE3NjgzNzU1NDR9.Il3sjMY31GD3wUHgqTj6Gawrp4g14Ke6irg-SBhYGJQ
User-Agent PostmanRuntime/7.39.1
Accept */*
Cache-Control no-cache
Postman-Token b90e00ac-5e1a-4e27-9204-7b7b806601b8
Host 64.227.160.186:9000
Accept-Encoding gzip, deflate, br
Connection keep-alive
Content-Length 0
Response Headers
Header NameHeader Value
X-DNS-Prefetch-Control off
X-Frame-Options SAMEORIGIN
Strict-Transport-Security max-age=15552000; includeSubDomains
X-Download-Options noopen
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Access-Control-Allow-Origin *
Content-Type application/json; charset=utf-8
Content-Length 33
ETag W/"21-a549D1gRd+HW17tYvMzi9u5U1G4"
Vary Accept-Encoding
Date Wed, 14 Jan 2026 07:25:57 GMT
Connection keep-alive
Keep-Alive timeout=5
Response Body
{"message":"Success","data":null}
Test Information
No Tests for this request
Request Information
Request Method: GET
Request URL:
Response Information
Response Code: -
Mean time per request: 0ms
Mean size per request: 0B

Test Pass Percentage
No Tests for this request
Request Headers
Header NameHeader Value
Response Headers
Response Body
No Response Body for this request
Test Information
No Tests for this request